Skip to content

Feisbuk is an imitation-game of the original social network.

License

Notifications You must be signed in to change notification settings

FrancescoPalumbo/Feisbuk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Feisbuk

Feisbuk is an imitation-game of the original social network. It is created for:

  • Imitate the registration and login page of Facebook;
  • Imitate the homepage page of Facebook with the random posts.

Project presentation of Feisbuk:

Installation

Tested on Ubuntu 18.04

Make sure you are running MongoDB on the default port (27018)

Clone the repository and create the virtual environment for Python:

$ git clone https://github.com/FrancescoPalumbo/Feisbuk.git
$ cd Feisbuk
$ python3 -m venv venv

Activate the environment:

$ . venv/bin/activate

Install the required dependecy:

$ pip install -r requirements.txt

Run the Server:

$ cd flaskr
$ flask run

Releases

No releases published

Packages

No packages published