Skip to content

SergeSyntax/user-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

User Management Full Stack Project

Requirements:

  • MongoDB installed and configured.
  • Node & NVM installed.
  • assume Linux environment: Mac, Ubuntu, atc..

To run the Project:

  • Open the terminal go to the folder ./server in the project and run the command:
npm install; npm run db:create; npm start;
  • after you see 'Connected To MongoDB' leave the terminal window open.
  • In a different terminal window go to the folder ./client in the project and tun the command:
npm install; npm start;
  • It will open a Browser Window with the site at the address localhost:3000.

enjoy :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published