Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashishkapoor/express-cookie-cutter
https://github.com/ashishkapoor/express-cookie-cutter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ashishkapoor/express-cookie-cutter
- Owner: AshishKapoor
- Created: 2024-09-07T08:51:20.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T08:52:55.000Z (4 months ago)
- Last Synced: 2024-09-07T09:50:19.827Z (4 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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