Skip to content

heckerfr0d/polls.anon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polls.Anon (WIP)

Getting Started

  1. Create a postgres database test and run backend/dev.sql to set up the db.

  2. Create a python virtual env and activate it.

     python3 -m venv backend/env
     source backend/env/bin/activate
  3. Install dependencies

    pip install -r backend/requirements.txt
    npm install
  4. Rename .env.example to .env for local usage

  5. Run frontend and backend

    flask run
    npm start
  6. Start contributing! :)

About

A react app to create quick polls for anonymous votes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published