https://github.com/shikha-code36/authentication-app
https://github.com/shikha-code36/authentication-app
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shikha-code36/authentication-app
- Owner: Shikha-code36
- Created: 2021-08-30T06:32:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-30T07:35:38.000Z (over 4 years ago)
- Last Synced: 2025-01-13T15:17:30.184Z (12 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# authentication-app
Built With
Node.js - JavaScript runtime built on Chrome's V8 JavaScript engine.
Express.js - Minimal and flexible Node.js web application framework
MongoDB - Cross-platform document-oriented database program
Getting Started
To get a local copy up and running follow these simple steps :
Prerequisites
-To run this project, you'll need to have the following installed:
--Node.js : https://nodejs.org
--npm :
npm install npm@latest -g
--MongoDB : https://mongodb.com
You can also use MongoDB Atlas if you prefer.
-Installation
1.Register at SendGrid SendGrid and create an API KEY.
2.Clone the repo :
--git clone https://github.com/Shikha-code36/authentication-app.git
3.Install dependencies (use sudo if required) :
npm install
4.Create .env file and configure :
MONGO_URI =
JWT_SECRET =
SG_APIKEY = //For sending emails
Start the server :
npm start