Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/efe-eroglu/express-crud-api

Api for crud operations such as deleting, adding, updating on users
https://github.com/efe-eroglu/express-crud-api

api crud crud-api expressjs javascript react react-router reactjs web

Last synced: about 2 hours ago
JSON representation

Api for crud operations such as deleting, adding, updating on users

Awesome Lists containing this project

README

        

# CRUD API

**An api repository where you can manage users. Operations such as adding, deleting, updating can be done on users.**


### Repo
* [Only Front-End Repo](https://github.com/Efe-Eroglu/Express-CRUD-Api/tree/main/frontend)
* [Only Back-End Repo](https://github.com/Efe-Eroglu/Express-CRUD-Api/tree/main/backend)

### Used Technologies
* **Front-End**: ` React `
* **Back-End:** ` Express ` ` Axios `

### Frontend Start
```bash
npm run dev
```

### Backend Start
```bash
npm run server
```