Skip to content

Repository files navigation

Social-Network

Features

In user blog api you can create a user, create posts, edit them and delete them, as well as liking yours or another author's posts. You can also see the analytics of how many likes were given in a certain period of time. And also a bot has been added that can create users, posts and give likes.

Installation

  1. Docker: Install Docker
  1. Clone this repository to your local machine: https://github.com/erikagayan/Social-Network.git
  2. Navigate to the project directory
  3. Create .env file and define environmental variables by following '.env.sample'.
  4. Build the Docker container using Docker Compose:docker-compose build
  5. Access list of containers: docker ps -a
  6. Create a superuser for accessing the Django admin panel and API: docker exec -it <container_id here> python manage.py createsuperuser
  7. Start the Docker container: docker-compose up
  8. To stop the container, use: docker-compose down

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages