/ADS-Auth

Primary LanguageJavaScript

ADS Auth User

Task 1 ADS Intern Creating Backend API Authentication and CRUD for User.

Run Locally

Clone the project

  git clone https://github.com/bagasseptyono/ADS-Auth.git

Go to the project directory

  cd ADS-Auth

Install dependencies

  npm install

Configure file .env

  cp .env.example .env

Install Migrate Database

  npx sequelize-cli db:migrate

Start the server

  npm run start

Documentation

Backend API Endpoint Documentation Available in here

Documentation