Skip to content

PriyanshuDangi/vinimay_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vinimay

Getting Started

  1. Download or clone this repo to your local system
  2. Install nodejs from Nodejs official website
  3. Open the terminal in the folder where you have cloned the project.
  4. Now run the following commands
   npm cache clean
   npm install
   cd client
   npm install
  1. Now, you should be able to see the node modules folder with all dependencies installed.
  2. Install the mongodb community edition from here Mongodb official documentation
  3. Ensure that mongo service has started and is listening on port 27017
  4. Now , run the following command back in the terminal at the project folder
   npm run dev
  1. Navigate to http://localhost:3000/login and you should be able to view the login page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published