Whelp is a clone of the Yelp website. Whelp helps people who's original plans fell through and want to find something else to do in their area. It aims to be the best source for finding your next best options.
-
Install python dependencies by running the
pipenv install -r requirements.txt
command. -
Install node dependencies by running the
npm install --prefix frontend
-
Make sure to create a
.env
file by following the.env.example
given. -
Set up database by running the following commands:
pipenv shell flask db upgrade flask seed all
-
Start backend server by running the
flask run
command. -
Start frontend server by running the following commands:
cd frontend npm start
Feel free to get in touch with me on LinkedIn!