Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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!