https://github.com/thaya-rk/express-mern-crud
"A MERN CRUD app with Express backend for basic data management operations."
https://github.com/thaya-rk/express-mern-crud
crud-api expressjs javascript mern-stack mongodb
Last synced: 3 months ago
JSON representation
"A MERN CRUD app with Express backend for basic data management operations."
- Host: GitHub
- URL: https://github.com/thaya-rk/express-mern-crud
- Owner: thaya-rk
- Created: 2024-04-02T17:41:42.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-02T18:00:44.000Z (about 1 year ago)
- Last Synced: 2025-02-03T20:14:26.432Z (5 months ago)
- Topics: crud-api, expressjs, javascript, mern-stack, mongodb
- Language: JavaScript
- Homepage:
- Size: 3.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Express-MERN-CRUD
This repository contains a CRUD application built using the MERN (MongoDB, Express, React, Node.js) stack. It involves an API between the database and the backend server, facilitating database connection and operations.
## Steps to Run
To run the application, follow these steps:
1. Ensure you have Node.js and npm installed on your system.
2. Clone this repository to your local machine.
3. Navigate to the project directory.
4. Install dependencies using `npm install`.
5. Start the development server using `npm run dev`.That's it! You can now access the CRUD application locally. Feel free to explore and modify the code as needed. If you encounter any issues or have any questions, please don't hesitate to reach out.
Happy coding! 🚀