Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 494 Bytes

File metadata and controls

27 lines (19 loc) · 494 Bytes

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