This is a Phonebook Application to store contacts.
-
Clone the repository:
git clone https://github.com/ZiyadMoneep/phonebook.git
-
Run:
- Build the Docker containers:
docker-compose build
- Start the Docker containers:
docker-compose up docker-compose exec web python manage.py migrate
