Skip to content

Repository files navigation

Back-end

Environment Variables

DB_HOST=[host]
DB_USER=[user]
DB_PASSWORD=[password]
DB_DATABASE=[db_name]

Content

  • 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

Installation

$ npm install

Restful API

'./common/404' // 404 route
'./common/root' // Page Root
'./v1/login' // login route
'./v1/register' // register route

Running the app

# development
$ npm run serve

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages