Skip to content

achyuta116/wt-mini-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wt-mini-project

Install node modules on changing into both backend folder and frontend folder

cd backend
npm i 
cd frontend
npm i

Insert your connection string in app.js in the backend folder to a mongodb Atlas connection string or local db connection string mongodb://127.0.0.1:27017/ Start the node server within backend folder

node app

Start the react dev server within frontend folder

npm run start

Make sure the react dev server is running on port 3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors