YourPlatformFront
Application API for storing information about played games.
- Create user
- Login user
- Add category
- Edit category
- Deactivate category
- Add game
- Edit game
- Delete game
- Update username
- Update password
- Confirm created user by email
- Update password by send email
- Add remind passwords before login
$ npm install
- Add .env
- Create Postgresql server
- Initialization database from sql script
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod