Skip to content

parthamk/react-crud-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployment

To deploy this project run

clone the project in your device

open the project folder and open terminal/cmd inside the directory i.e. react-curd-application/

cd client

the path will be react-curd-application/client

npm i

then to start the client

npm start

To connect the client to server

then again go back to project folder and follow the steps again i.e. react-curd-application/

npm i

then we need to start the server to connect client to MongoDB server

cd server

the path will look like this

i.e. react-curd-application/server

run this command to start the connection

node app.js

now that the both client and server is running it should look like following screenshoot.

Screenshot (2)

Run the server first then client to avoid client server connection issue

About

React CURD application to maintain employee details database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published