-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
476dc02
commit 5849fd6
Showing
1 changed file
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |