This is a my process interview test.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/your_username_/Project-Name.git
- Install NPM packages
npm install
- Create file environmen file from .env.example
- Init/migration database
npm run migration:apply
- rollback migration
npm run migration:rollback
- Start process
npm start
• Relative path: /sign-up
• HTTP method: POST
• Relative path: /sign-in
• HTTP method: POST
• Relative path: /sign-out
• HTTP method: POST
• Relative path: /refresh-token
• HTTP method: POST