Skip to content

liamjay/basic-nodejs-authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basics Authentication App using NodeJS

Just a basic authentication app using NodeJS, ExpressJS and Mongodb

Prerequisites

Instructions

  1. Download NodeJS and MongoDB

  2. Follow the instructions found on the NodeJS & MongoDB websites to install packages for your OS

  3. Download or copy the repository to your machine

  4. Download the required node_modules in the root file using

     $ npm install
    
  5. Make sure that MongoDB is running and start the NodeJS server using

     $ npm start
    

You should be able to access the app using http://localhost:3000

About

Just a basic authentication app using NodeJS, ExpressJS and Mongodb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published