Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
Last synced: 8 days 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 (10 months ago)
- Default Branch: master
- Last Pushed: 2024-04-02T18:00:44.000Z (10 months ago)
- Last Synced: 2024-04-02T19:24:59.213Z (10 months ago)
- Language: JavaScript
- Size: 3.32 MB
- Stars: 0
- 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! 🚀