Skip to content

suryapratap21/api

Repository files navigation

This is a REST API authentication solution created using Node.js, Express.js and MongoDB.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

This uses nodemon to reflect changes without restarting the server again and again during development.

To start the production server, type:

npm start
# or
yarn start

The api will run at port specified in environment variable or by default at port 5000.

User registration and login routes are available. This is a token based solution to authentication.

To get started, clone the repository and add environment variables in .env file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published