Friendbook Live Link: https://friendbook.herokuapp.com/
Git wiki: https://github.com/VernyoonChao98/FriendBook/wiki
Friendbook is a Full Stack Facebook clone. It is a place for people to social network.
-
Clone this repository
git clone https://github.com/arasargsyan0622/Komication.git
-
Install dependencies
pipenv install
cd react-app
npm install
-
Create a .env file based on the example with proper settings for your development environment
-
Setup your PostgreSQL user, password and database and make sure it matches your .env file
-
Get into your pipenv, migrate your database, seed your database, and run your flask app
pipenv shell
flask db upgrade
flask seed all
flask run
-
To run the React App in development
cd react-app
npm start
Splash Page
Home Page
Profile Page
Friends Page