Skip to content

FemiBlack/cbsvote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CBS Vote 2021

A platform for adding and pulling building surveys to a database

Project setup(Front End | VueJS)

cd ./client
npm install

Project setup(Back End | Flask)

cd ./server
pip install -r requirements.txt

Run app in development mode

source ./env/bin/activate
py -m app.py

Run app in production mode (env/ being virtual env directory)

source ./env/bin/activate
npm start

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

CBS Official Voting Site 2021

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published