This is a full-stack CRUD application built with Node.js, Express, and Vue.js. It allows you to perform Create, Read, Update, and Delete operations on [describe what your application manages, e.g., user details, products, etc.].
- Backend: Node.js, Express, MongoDB
- Frontend: Vue.js, Vuex, Axios
- Database: MongoDB
- Create: Add new [item] to the database.
- Read: View [items] from the database.
- Update: Modify existing [items] in the database.
- Delete: Remove [items] from the database.
Follow these steps to run the application locally:
- Clone the repository:
git clone https://github.com/Ukevine/CRUD