Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thinkswan/express-members-crud
An Express app and API for managing members.
https://github.com/thinkswan/express-members-crud
express javascript tutorial
Last synced: about 2 months ago
JSON representation
An Express app and API for managing members.
- Host: GitHub
- URL: https://github.com/thinkswan/express-members-crud
- Owner: thinkswan
- Created: 2019-06-27T18:11:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T15:24:56.000Z (almost 4 years ago)
- Last Synced: 2023-03-11T18:28:16.698Z (almost 2 years ago)
- Topics: express, javascript, tutorial
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# express-members-crud
An Express app and API for managing members.
Based on the following tutorial: [Traversy Media: Express JS Crash Course | Easy Dev & Deploy](https://www.youtube.com/watch?v=L72fhGm1tfE)
## Get started
```
yarn
yarn dev
open http://localhost:5000/
```