https://github.com/feel2code/jessiegram
Django framework sample project named "Jessiegram" in honor of my dog Jessie
https://github.com/feel2code/jessiegram
bootstrap5 css django python
Last synced: 11 months ago
JSON representation
Django framework sample project named "Jessiegram" in honor of my dog Jessie
- Host: GitHub
- URL: https://github.com/feel2code/jessiegram
- Owner: feel2code
- License: mit
- Created: 2022-04-24T20:36:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-11T00:32:12.000Z (about 1 year ago)
- Last Synced: 2025-02-21T09:48:54.418Z (11 months ago)
- Topics: bootstrap5, css, django, python
- Language: Python
- Homepage:
- Size: 1.29 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🐕JessieGram🐈

**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
```bash
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:
```bash
docker pull feel2code/jessiegram:latest && docker run --env-file .env -d -p 80:8000 feel2code/jessiegram
```
Technologies used in this project

