Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ashishkapoor/express-cookie-cutter


https://github.com/ashishkapoor/express-cookie-cutter

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# express-cookie-cutter

### Run API

```bash
npm run dev
```
Visit http://localhost:3000/api-docs
Visit http://localhost:3000/api/v1/users

### Run UI

```bash
npm run dev
```

Visit http://localhost:3001