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.
- Host: GitHub
- URL: https://github.com/luizfbn/deerics
- Owner: luizfbn
- Created: 2020-06-30T18:26:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T23:44:28.000Z (almost 5 years ago)
- Last Synced: 2025-02-05T02:56:40.933Z (over 1 year ago)
- Topics: bootstrap, express, nodejs, vuejs
- Language: Vue
- Homepage:
- Size: 2.22 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.*