Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/navarroaxel/crud-express
A CRUD example using expressjs
https://github.com/navarroaxel/crud-express
Last synced: about 1 month ago
JSON representation
A CRUD example using expressjs
- Host: GitHub
- URL: https://github.com/navarroaxel/crud-express
- Owner: navarroaxel
- License: isc
- Created: 2022-06-04T21:18:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-31T01:02:29.000Z (about 1 year ago)
- Last Synced: 2024-04-09T11:27:43.520Z (7 months ago)
- Language: JavaScript
- Size: 115 KB
- Stars: 1
- Watchers: 3
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CRUD example
## Setting up the project
```bash
npm ci
npm start
```