A web application where people can post their fan art for Pokemons and view/favorite different Pokemon
https://github.com/retext-project/retext
https://github.com/pypa/pipenv
- Clone repository to your local machine
- Run
pipenv install
in the root directory of project - Run
cd client
in the project root and then runnpm i
in the client directory -
- Run
psql -U postgres -f settings.sql
* OR * Go into psql terminal and run each command from settings.sql seperately to create database
- Run
- Run
pipenv shell
- Run
python3 ./manage.py makemigrations
- Run
python3 ./manage.py migrate
- Lastly, run
python3 ./manage.py runserver
to start Django development server on Localhost 8000 - On a seperate terminal, run
cd client
thennpm start
to run the React frontend server on Localhost 3000 - Run stepes 6-8 as needed when changes to the model is made.
https://app.zenhub.com/workspaces/workspace-5cf940801b8cc8533860ca4f/board?repos=190614103