Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/
```