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

https://github.com/viniciuscestarii/yummycookies


https://github.com/viniciuscestarii/yummycookies

apis cookie nodejs

Last synced: about 1 month ago
JSON representation

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