Skip to content

Tanayk7/CRUDApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CRUD app using React,Express and MongoDB Atlas

How to run

Step 1:
Run the following

cd client && npm install
cd server && npm install
touch .env (in server directory)

Step 2:
Create the following variables in .env
DB_NAME='your mongodb atlas database name'
DB_USERNAME='your mongodb atlas username'
DB_PASSWORD='your mongodb atlas password'

Step 3: Run the following

npm start (In Server Directory) npm start (In Client Directory)

About

CRUD app using Express mongoDB and ReactJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published