Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 755 Bytes

README.md

File metadata and controls

43 lines (36 loc) · 755 Bytes

User CRUD Apis

Postman Collection

https://documenter.getpostman.com/view/14498796/2s93JzMLfY

Backend is written in Nodejs with Postgres is required as a Database For setting up the project

This step presumes that node related all the prerequisites are installed in the machine.

  1. Clone the user_module repo:
git clone https://github.com/gowthamkasi/user_module.git
  1. Go to the directory:
cd user_module
  1. Install dependencies
npm install
  1. Setup the environment file for your project
Check the .env.example file.
Create .env file.
Configure all the values.
  1. Start the backend server
npm start

Your server will start listening on port 3000.


To Run Test cases

npm run test