Friendbook

Friendbook Live Link: https://friendbook.herokuapp.com/

Git wiki: https://github.com/VernyoonChao98/FriendBook/wiki

Contact

Vernyoon Chao

Friendbook


Friendbook is a Full Stack Facebook clone. It is a place for people to social network.

Getting started

  1. Clone this repository

    git clone https://github.com/arasargsyan0622/Komication.git
  2. Install dependencies

    pipenv install
    cd react-app
    npm install
  3. Create a .env file based on the example with proper settings for your development environment

  4. Setup your PostgreSQL user, password and database and make sure it matches your .env file

  5. 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
  6. To run the React App in development

    cd react-app
    npm start

Technologies Used


JavaScript React Redux HTML5 CSS3 AWS Heroku Docker Python Socket.io Flask Postgresql

Splash Page

image

Home Page

image

Profile Page

image

Friends Page

image