Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 531 Bytes

File metadata and controls

43 lines (23 loc) · 531 Bytes

Well, this is a Basic auth Backend built with Express, Node.js, and MongoDB

🫠🫠For learning purposes only

Run Locally

Clone the project

  git clone https://github.com/idioseph/register-api.git

Go to the project directory

  cd register-api/register-api

Install dependencies

  npm install

Start the server

  npm run start

Environment Variables

Make sure you set the environmental variables in your .env file, to run this project

MONGOURL

PORT