Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 394 Bytes

File metadata and controls

8 lines (5 loc) · 394 Bytes

wswp-ask-mate

Web and SQL with Python / 1st TW week / Ask Mate project

In this project we create a stackoverflow like asking site where you can ask, answer and rate questions.

To run the application, create a psql database and fill the environment variables PSQL_USER_NAME, PSQL_PASSWORD, PSQL_HOST and PSQL_DB_NAME, and fill DB with askmatepart2-sample-data.sql

Then run server.py