Skip to content

ThienLy3ky/interview-test

Repository files navigation

Getting Started

This is a my process interview test.

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/your_username_/Project-Name.git
  2. Install NPM packages
    npm install
  3. Create file environmen file from .env.example
  4. Init/migration database
    npm run migration:apply
    • rollback migration
    npm run migration:rollback
  5. Start process
    npm start

Router

a. Sign up

  •	Relative path: /sign-up
  •	HTTP method: POST

b. Sign in

  •	Relative path: /sign-in
  •	HTTP method: POST

c. Sign out

  •	Relative path: /sign-out
  •	HTTP method: POST

d. Sign up

  •	Relative path: /refresh-token
  •	HTTP method: POST

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors