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

https://github.com/luizfbn/deerics

Traduza da sua maneira as letras das suas músicas favoritas.
https://github.com/luizfbn/deerics

bootstrap express nodejs vuejs

Last synced: 3 months ago
JSON representation

Traduza da sua maneira as letras das suas músicas favoritas.

Awesome Lists containing this project

README

          

# Deerics

Translate the lyrics of your favorite song your way.

## Tools

- Node, Express
- Vue.js
- Bootstrap

## Setup

You will need [Node](https://nodejs.org/en/) installed.

Install all dependencies (run in each folder):
```
npm install
```

Run in /backend:
```
npx knex migrate:latest
npx knex seed:run
npm start
```
And in /frontend:
```
npm run serve
```

**To activate login with facebook, you must create an app on [Facebook for developers](https://developers.facebook.com/docs/development/create-an-app) and rename the file .env.example to .env in both folders (/backend and /frontend) and fill in the required fields.*