Project Link: Hard
To learn how to develop a fullstack application.
Medium clone that attempts to imitate the functionalities of the original site.
Below is a preview of the home page when a user is signed out:
Below is a preview of a story page viewable to anyone:
Here is a preview of claps working on responses to a story:
-
Clone this repository (only this branch)
-
Install backend dependencies by running the following commands at the root directory.
pipenv install -r requirements.txt
pipenv run flask run
-
Install frontend dependencies by running the following commands at the 'react-app' directory.
npm install
-
Type below command at the root directory.
pipenv run flask run
-
After the backend server starts, run the following command at the react-app-directory.
npm start
Please feel free to reach out to any of us regarding this project.