DB_HOST=[host]
DB_USER=[user]
DB_PASSWORD=[password]
DB_DATABASE=[db_name]- Node.js
- Typescript
- TypeORM Integration with MySQL database
- Secure password encryption with BcryptJs
- Authentication strategies with Passport
- Custom Decorator and tips
- Class validator with custom settings
- Express
$ npm install './common/404' // 404 route
'./common/root' // Page Root
'./v1/login' // login route
'./v1/register' // register route# development
$ npm run serve