https://github.com/viniciuscestarii/yummycookies
https://github.com/viniciuscestarii/yummycookies
apis cookie nodejs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/viniciuscestarii/yummycookies
- Owner: ViniciusCestarii
- License: mit
- Created: 2024-07-31T18:06:32.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T12:56:53.000Z (9 months ago)
- Last Synced: 2025-01-26T16:11:18.521Z (3 months ago)
- Topics: apis, cookie, nodejs
- Language: TypeScript
- Homepage: https://yummy-cookies.vercel.app
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# YummyCookies 🍪
Welcome to YummyCookies built with Node.js! This API is designed to set random cookies for you to test your application.
Try it: https://yummy-cookies.vercel.app
## Installation
To install dependencies:
```bash
npm install
```To run:
```bash
npm run dev
```To build:
```bash
npm run build
```to run the built project:
```bash
npm run start
```