https://github.com/atinux/nuxt-heroes-api
API for nuxt-heroes
https://github.com/atinux/nuxt-heroes-api
Last synced: 10 months ago
JSON representation
API for nuxt-heroes
- Host: GitHub
- URL: https://github.com/atinux/nuxt-heroes-api
- Owner: atinux
- Created: 2018-04-19T07:25:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T11:47:35.000Z (over 7 years ago)
- Last Synced: 2025-02-28T23:25:25.984Z (11 months ago)
- Language: JavaScript
- Homepage: https://api.heroes.nuxtjs.org
- Size: 85 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# nuxt-heroes-api
> Marvel vs Avengers Heroes API (demo for JS Heroes), built with [Mono](https://github.com/terrajs/mono).
Front-end with Nuxt.js: https://github.com/Atinux/nuxt-heroes
## Setup
> You need MongoDB installed (> v3.4.0)
```
yarn # or npm instal
yarn dev # or npm run dev
```
### Deployment
Please run `npm start` with the following envs:
```
NODE_ENV=production
MONGO_URI=
MONGO_DB=
MONO_JWT_SECRET=
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
```