Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/efe-eroglu/express-crud-api
- Owner: Efe-Eroglu
- Created: 2023-11-17T06:54:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-01T10:19:34.000Z (11 months ago)
- Last Synced: 2024-01-02T10:42:21.899Z (11 months ago)
- Topics: api, crud, crud-api, expressjs, javascript, react, react-router, reactjs, web
- Language: JavaScript
- Homepage:
- Size: 1.44 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```