Skip to content

A simple user (profile) management project using Express, Passport & Mongoose

Notifications You must be signed in to change notification settings

alirezaomidi/node-simple-user-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple User Management Website

This project is the first homework for IUT Web Course

Clone

git clone https://github.com/alirezaomidi/node-simple-user-management
cd node-simple-user-management/
npm install

Run

Start mongodb on your system. for example:

systemctl start mongodb     # Arch
sudo service mongodb start  # Debian/Ubuntu

Then start the server:

node bin/www

Now open a browser and go to localhost:3000

About

A simple user (profile) management project using Express, Passport & Mongoose

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published