This is a flask website to manage personal social information. You could add persons, saving their information, adding them to groups, and tagging posts with persons or groups. All information is private except public posts, which could be seen by ANY user.
This website is adapted from my homework project, in which my team use Java Servlet to complete the website. Please checkout here for the previous work.
Use ANY method to install PostgreSQL depending on the operating system, then run
postgres -D /usr/local/var/postgres
to start the data base server.
pip install -r requirements.txt
psql -U postgres -h localhost -d msds691 -f Database/create_db.sql
Where we could modify postgres
to other username and msds691
to other database name.
chmod 755 start_server.sh
./start_server.sh