An application that you can create vote and voting for them
- User can authenticate
- User can view & vote a revote from anyone
- User can create, delete own revote
- User can cook an egg <🍳>
yarn
# or
npm install
users.json
votes.json
revotes.json
quasar dev
quasar build
Change the api uri in ``/app/src/boot/axios.js`
const api = axios.create({ baseURL: 'YOUR API URL HERE' })
there is an .env.example
in /api
folder, you can use it to create your own .env