A fully fledged CRUD application, built with ♥ using Node.js
P.S. This Project Is Still In It's Initial Stages Of Development
View Live Demo
/
is the home page.- Navigate to
/employee
route to create or insert a new record to the database. - To view all entered data-items and to edit or delete it, navigate to
/employee/list
.
git clone https://github.com/Mitali-laroia/CRUD.git
cd \CRUD
npm install
npm start or node server.js
Congratulations! 💥 Sit and relax, you've made your contribution to CRUD-APP project.