Live Website deployed on https://evilgrin.ml
A helpful website for pokemon go users, that allows them to see the weather on any coordiantes.
Website front end is built with React JS and is connected to the backend with exposed REST APIs and Websocket
Backend with made with Sanic - a fast server python framework running as a microservice on a docker container
The full stack application is deployed with Nginx as a reverse proxy
Website has full TLS support with SSL from Lets Encrypt.
Run the front end React APP using
npm run start
running the backed Sanic server using
Python3 server.py
Node
Python3
Nginx