Flask website + postgresql app for JYL (Japanatown Youth Leaders)
Clone the repository and enter it
git clone https://github.com/RafaelCenzano/jyl-site.git
cd jyl-site
Use pip to install needed libraries
make
or
pip install -r requirements.txt
make run
or
gunicorn run:app
This project is licensed under the GNU Public License - see the LICENSE file for details