Vito39 / assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setup you need to install mongodb,nodejs on your computer

clone the directory

open terminal run command: npm init; install the express server: npm install express; install the bcrypt : npm install bcryptjs; install the body-parser : npm install body-parser; install nodemon : npm install nodemon; run server : nodemon ./server.js;

About


Languages

Language:HTML 51.7%Language:JavaScript 44.2%Language:CSS 4.1%