Skip to content

bhavishya2107/crud-react-node-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD React Express APP

Create full stack apps with React and Express. Run your client and server with a single command.

Quick Start

# Install dependencies for server
npm install

# Install dependencies for client
npm run client-install

# Run the client & server with concurrently
npm run dev

# Run the Express server only
npm run server

# Run the React client only
npm run client

# Server runs on http://localhost:5000 and client on http://localhost:3000
# Further the list with datatable runs on http://localhost:3000/customers

App Info

This is a crud app where roles for different employees are given. A employee with a designation can be added, removed and updated in the database. Proper forms are made to add and remove roles/designation and routing is done. To display all the records in the DB datatable is used. This app is only for learning purpose.

Author

Bhavishya Negi

Version

1.0.0

License

This project is licensed under the MIT License

About

CRUD APP with react and node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors