Skip to content

nagarajanceg/LoggedIn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoggedIn

Prerequisite Node express framework with MongoDB as a backend. MongoDB installed from https://www.mongodb.com/download-center#community and started.

This is basic node rest api services for Log in of any application

  1. Register a new user
  2. List all users
  3. update user datas
  4. Delete a user
  5. Logged in validation

The example end point of service "http://localhost:3000/users/get"

More servcies found in routes.

Start Node run time in port 3000: npm start

About

Node express with Mongo db

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors