This is a starter template for who want to make typically backend application using NodeJS and express.
To run the program using auto reload you can run yarn start or npm run start.
To build the scripts you can run yarn build or npm build.
Features are the following:
- Typescript
- Babel
- Nodemon
- Jest and superset
Common dependency:
- bcrypt
- express
- multer
- jsonwebtoken
- mongoose