Skip to content

Commit db784a6

Browse files
committed
jest and supertest for server
1 parent 01d005a commit db784a6

File tree

11 files changed

+5601
-4179
lines changed

11 files changed

+5601
-4179
lines changed

README.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,20 @@ npm install react-leaflet -w rolling-stove-client
3434
* NPM
3535

3636
#### Features
37-
* Package management with NPM
38-
* Testing
39-
* Cross-Origin Resource Sharing enabled using cors
40-
* Secured HTTP Headers using helmet
37+
* [x] Package management with NPM
38+
* [x] Testing with Jest and Supertest
39+
* [x] Cross-Origin Resource Sharing enabled using cors
40+
* [x] Secured HTTP Headers using helmet
4141

4242
## Future Features
43-
* Logging with winston
44-
* Environment variables
45-
* Compression
46-
* Git Hooks
47-
* Containerization
48-
49-
50-
* No database
51-
* No data model for trucks, locations, etc
52-
* Not dealing with timezones
43+
* [ ] Logging (winston)
44+
* [ ] Environment variables (dotenv)
45+
* [ ] Compression
46+
* [ ] Containerization
47+
* [ ] No database
48+
* [ ] No data model for trucks, locations, etc
49+
* [ ] Not dealing with timezones
5350

5451
### Both
55-
* Shared types between client and server
52+
* [ ] Shared types between client and server
53+
* [ ] Git Hooks

0 commit comments

Comments
 (0)