Skip to content

mlc-studio/revote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReVote (revote)

An application that you can create vote and voting for them Revote Cover

User Stories

  • User can authenticate
  • User can view & vote a revote from anyone
  • User can create, delete own revote
  • User can cook an egg <🍳>

Install the dependencies

yarn
# or
npm install

Import json files into your mongodb

  • users.json
  • votes.json
  • revotes.json

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Build the app for production

quasar build

Dont forget this !

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published