Jessiegram is my study-pet-project about pets developed on Django.
Make .env
file based on example in .env.example
git clone https://github.com/feel2code/jessiegram.git && cd jessiegram && chmod +x run_server.sh
./run_server.sh
If you have Docker installed, then you can install and deploy Jessiegram in the easiest way:
docker pull feel2code/jessiegram:latest && docker run --env-file .env -d -p 80:8000 feel2code/jessiegram