Skip to content

A web application where people can put their mega evolution fan art for certain

License

Notifications You must be signed in to change notification settings

DjMikeLin/PokedexAndFanart

Repository files navigation

PokedexAndFanart

A web application where people can post their fan art for Pokemons and view/favorite different Pokemon

Technologies and Frameworks Used

Heroku

Django

React

Javascript, HTML, CSS

Django Rest Framework(DRF)

Gunicorn

Django Heroku

Psycopg2-Binary

Requests

Ant Design

Aphrodite

Axios

Random Color

Styled Components

Tools Used

Zenhub

https://www.zenhub.com/

Postman

https://www.getpostman.com/

ReText

https://github.com/retext-project/retext

Prerequisites

NodeJS v10.16.0^

https://nodejs.org/en/

PSQL v10.8^

https://www.postgresql.org/

NPM v6.9.0

https://www.npmjs.com/

PIPENV v2018.11.26^

https://github.com/pypa/pipenv

Python 3.6

To Test On Local Machine

  1. Clone repository to your local machine
  2. Run pipenv install in the root directory of project
  3. Run cd client in the project root and then run npm 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
  4. Run pipenv shell
  5. Run python3 ./manage.py makemigrations
  6. Run python3 ./manage.py migrate
  7. Lastly, run python3 ./manage.py runserver to start Django development server on Localhost 8000
  8. On a seperate terminal, run cd client then npm start to run the React frontend server on Localhost 3000
  9. Run stepes 6-8 as needed when changes to the model is made.

Entity Relations Diagram(ERD)

Entity Relations Diagram(ERD)

React Component Tree

React Component Tree

Zenhub Project Board

https://app.zenhub.com/workspaces/workspace-5cf940801b8cc8533860ca4f/board?repos=190614103

Deployed Project

https://pokemon-fanart.herokuapp.com/

References

Licence

MIT