This a template for user signup and authentication using Express, JWT, Bcrypt and Mongoose.
Make sure you have Node.js installed.
git clone git@github.com:devansh016/Auth-API.git
npm install
npm start
JWT_SECRET = "ABCD"
MONGODB_URL = "ABCD"
GOOGLE_CLIENT_ID = "ABCD"
GOOGLE_CLIENT_SECRET = "ABCD"
GOOGLE_REDIRECT_URL = "http://localhost/api/auth/google-authenticate"
Your app should now be running on localhost at port 80.