This is a CRUD project built with the MEVN stack (MongoDB, Express, Vue.js, Node.js), using Mongoose to interact with the MongoDB database, and a RESTful API to handle data operations. The project also includes Tailwind CSS for styling, and HTML5 and CSS for markup.
You can check out a live demo of the project at crud-mevn-project.com
You can watch a video demo of the project here 👇
https://github.com/alaa-abdallah1/crud/assets/56931924/76bf60ba-06e2-422a-a545-2e41b463c839
To set up the project locally, follow these steps:
https://github.com/alaa-abdallah1/crud-mevn-project.git
cd crud-mevn-project
cp .env.example .env
and add the right valuesnpm install && npm run build
cd server && npm install && npm run start
That's it! You should now be able to run the app locally.
To use the app, follow these steps:
If you'd like to contribute to the project, feel free to submit a pull request or open an issue on the repository.
This project was created by Alaa Abdallah