Skip to content

Commit

Permalink
add feature notes
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinwilta committed Apr 30, 2022
1 parent 536a88a commit 6c45021
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ start server with `npm start`

start test with `npm run test`

# Features

- Basic authentication with **jwt** and **bcrypt** (login, register)
- Basic document creation using MongoDB as database with **mongoose**
- Basic file handling with **multer**
- Basic pdf filler with **pdf-lib**
- Unit testing with **mocha** and **chai**
- Separate configuration for development, testing, and staging environment
- Logging formatter with **pino**

# Notes:

## Mongoose Middleware vs Express Middleware
Expand Down

0 comments on commit 6c45021

Please sign in to comment.