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

https://github.com/borjamrd/opositaplace-app


https://github.com/borjamrd/opositaplace-app

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Opositaplace

```shell
npm install
npm run dev
```

## Levantar stripe localmente

```shell
stripe login
stripe listen --forward-to localhost:3000/api/webhooks
# Esto generará una secret key, añádela a tu archivo .env

```