This project is based on DJANGO, a high-level Python web framework that encourages rapid development and clean, pragmatic design.
- Project Video: Watch the project video
- Project Code: Access the project code on GitHub
-
Clone the Repository:
git clone https://github.com/sentsic0450/python-microservices.git cd python-microservices -
Install Dependencies:
pip install -r requirements.txt
-
Run Migrations:
python manage.py migrate
-
Start the Development Server:
python manage.py runserver
-
Access the Application: Open your web browser and go to
http://127.0.0.1:8000/to access the application.
For more detailed instructions, refer to the documentation provided in the repository.