Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/developerwilliams/simple-crud-mern
This is a simple CRUD MERN stack application. One is anle to Create users, Read(Get Users), Update Users Details, and Delete User Details.
https://github.com/developerwilliams/simple-crud-mern
express mern-project mern-stack reactjs
Last synced: 6 days ago
JSON representation
This is a simple CRUD MERN stack application. One is anle to Create users, Read(Get Users), Update Users Details, and Delete User Details.
- Host: GitHub
- URL: https://github.com/developerwilliams/simple-crud-mern
- Owner: DeveloperWilliams
- Created: 2024-05-21T14:24:58.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-20T22:23:31.000Z (4 months ago)
- Last Synced: 2024-07-21T01:17:53.753Z (4 months ago)
- Topics: express, mern-project, mern-stack, reactjs
- Language: JavaScript
- Homepage:
- Size: 3.66 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Developer Williams
[Email Me](mailto:[email protected])
## Fullstack CRUD MERN App
This repository contains the source code for an MERN Application, implemented using MongoDB, Express Js, React Js, Node Js
## Technologies Used::
* MongoDB
* Express Js
* React Js
* Node Js### Silent Features :
* Responsive Design.
* Portfolio Template.
* Unique and Dynamic Design.### Installation
1. Clone the repo:
```bash
git clone https://github.com/DeveloperWilliams/simple-CRUD-MERN.git
```2. Navigate to the project directory:
```bash
cd client
```
3. Install dependencies:
```bash
npm install
```
npm install react-router-dom axios
```
4. Start the project:
```bash
npm start
```
5. Navigate to the project directory:
```bash
cd server
```
3. Install dependencies:
```bash
npm install express mongoose nodemon
```
4. Start the project:
```bash
npm start
```### Contributing
If you find any issues with the website or have suggestions for improvement, please feel free to submit a pull request or open an issue in this repository. Your contributions are welcome!