Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NedicNemanja authored Oct 15, 2018
1 parent 476dc02 commit 5849fd6
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# ProfessionalNetworkingWebsite
Professional Networking Website
A social networking website targeting career and business professionals of every field, its purpose is to enable them to network professionally.

# run server
sudo /etc/init.d/nginx restart
uwsgi --socket PNsite.sock --wsgi-file PNsite/wsgi.py --chmod-socket=666
Designed as a university project for the Technologies of Web Applications class at the National Kapodistrian University of Athens by Nemanja Nedic & Thanasis Filippidis.

**Check out the readme.pdf for more info and images.**

Nemanja:
My tasks included connecting the stack (nginx server - uWSGI - Django -
Database), implementing the back end as well as providing asynchronous
functionality with jquery/ajax. I (successfully) experimented with
various security measures such as Session Security, SSL/HTTPS, CSRF
protection, SQL injection protection. I also enjoyed developing a Cluster
Collaborative Filtering recommender system for user posts.

0 comments on commit 5849fd6

Please sign in to comment.