Skip to content

ulashn/NodeAuth

Repository files navigation

NodeAuth

This is a simple authentication web application with

  • Express
  • Mongoose
  • JWT

In this application:

  • Sign up and Log in functionalities and their authentications done by JWT.
  • Conditional rendering the pages with Embedded JavaScript templates (ejs).

Usage

After cloning the repository to your local directory run these commands:

  • $ npm install this will install all the dependencies which the project uses.
  • $ nodemon app this will start the development server on localhost:3000
  • I used my own mongoDB account user in this project you can change it from the app.js(line 18)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published