- Bookmark images from different sites via bookmarklet and share with your friends
- Follow other people
- Like other images
-
Clone the repository:
git clone https://github.com/pelkoa-glitch/social.git
-
Install all required packages in
Requirements
section. -
Rename and fill the file
.env.example
with your dependencies' -
Run command
cd social poetry install - install dependencies poetry shell - activate python venv make all - command will run all docker containers
-
Go to your https://host:port and enjoy the app
make app
- up application and database/infrastructuremake app-logs
- follow the logs in app containermake app-down
- down application and all infrastructuremake storages
- up only storages. you should run your application locally for debugging/developing purposesmake storages-logs
- follow the logs in storages containermake storages-down
- down all infrastructuremake redis
- up redis containermake redis-logs
- follow the logs in redis containermake redis-down
- down redis container
make migrations
- make migrations to modelsmake migrate
- apply all made migrationsmake collectstatic
- collect staticmake superuser
- create admin user