Skip to content

gowthamkasi/user_module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published