Create full stack apps with React and Express. Run your client and server with a single command.
# 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/customersThis 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.
Bhavishya Negi
1.0.0
This project is licensed under the MIT License