lexeek / courses-catalog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of contents

General info

This project is simple website catalog with a list of courses, created with Django and Bootstrap.

Technologies

Project is created with:

  • Python 3.8
  • Django 3.2
  • SQLite
  • Bootstrap 4

Setup

To run this project:

  1. clone the project
git clone https://github.com/kolomoetsv/courses-catalog.git
  1. Create and start a a virtual environment
virtualenv env --no-site-packages
source env/bin/activate
  1. Install the project dependencies

  2. Then run

python manage.py migrate
  1. Create admin account
python manage.py createsuperuser
  1. Make migrations for the app
python manage.py makemigrations ig_miner_app
python manage.py migrate
  1. To start the development server
python manage.py runserver

and open localhost:8000 on your browser to view the app.

About


Languages

Language:Python 100.0%