Skip to content

Django framework sample project named "Jessiegram" in honor of my dog Jessie

License

Notifications You must be signed in to change notification settings

feel2code/jessiegram

Repository files navigation

Jessiegram Logo

Jessiegram is my study-pet-project about pets developed on Django.

Installation and usage:

Make .env file based on example in .env.example

Local deploy

git clone https://github.com/feel2code/jessiegram.git && cd jessiegram && chmod +x run_server.sh
./run_server.sh

Docker

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

Technologies used in this project

Powered by Django. bootstrap technology Developed with Spacemacs
Sqlite Docker Figma Git
Python Version Issues
Stars Repository Size

About

Django framework sample project named "Jessiegram" in honor of my dog Jessie

Topics

Resources

License

Stars

Watchers

Forks