https://github.com/ashishkapoor/express-cookie-cutter
https://github.com/ashishkapoor/express-cookie-cutter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ashishkapoor/express-cookie-cutter
- Owner: AshishKapoor
- Created: 2024-09-07T08:51:20.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T08:52:55.000Z (9 months ago)
- Last Synced: 2025-01-23T05:45:43.454Z (4 months ago)
- Language: JavaScript
- Size: 230 KB
- 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