Skip to content

This is a Django application that showcases the power of Django framework in building web applications. Docker enabled the deployment of the application.

Notifications You must be signed in to change notification settings

myratam/level-3

Repository files navigation

<<<<<<< HEAD

My Capstone Django Application

This is a Django application that showcases the power of Django framework in building web applications.

Installation

  1. Clone the repository:

git clone https://github.com/myratam/level-3.git

  1. Create a virtual environment and activate it:

python -m venv myenv source myenv/bin/activate # For Linux/Mac myenv\Scripts\activate # For Windows

  1. Install the project dependencies:

pip install -r requirements.txt

  1. Run database migrations:

python manage.py migrate

  1. Start the local development server:

python manage.py runserver

  1. Access the application in your web browser at http://localhost:8000.

Docker Deployment

  1. Build the Docker image:

docker build -t my-blog ./

  1. Run the Docker container:

docker run -p 8000:8000 my-blog

  1. Access the application in your web browser at http://localhost:8000.

=======

About

This is a Django application that showcases the power of Django framework in building web applications. Docker enabled the deployment of the application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published