GithubHelp home page GithubHelp logo

course_catalog's Introduction

Course Catalog

Introduction

A Course Catalog for showing different types of courses. Try out the demo at https://demoapp-c147d.appspot.com/

Requirements

  • Python 3.8
  • Django 3.2.12

Installation and Setup

  • Installing system requirements

    Any Operating System

     Install Python and create a virtual env. You can use this link for reference https://docs.python.org/3/library/venv.html. Also, anaconda can be used for the setup.
    
  • Clone the repository

    git clone https://github.com/adityacp/course_catalog.git
    
  • Go to the project directory

    cd course_catalog
    
  • Installing project packages

    pip install -r requirements.txt
    
  • Run migrations

    python manage.py migrate
    
  • Create superuser

    python manage.py createsuperuser
    
  • Run server Locally

    python manage.py runserver
    
  • Once the backend server is running, follow the steps below to compile the frontend UI.

    cd frontend
    
    and then follow the steps mentioned in https://github.com/adityacp/course_catalog/tree/main/frontend
    
  • Create new entries

    Go to 127.0.0.1:8000/admin and use the credentials created with step 6 i.e. Create Superuser
    
    In AUTHENTICATION AND AUTHORIZATION section click on the user to create new users.
    
    In the BACKEND section two links will be available Categorys and Courses. Click on the links to create the categories and courses. To create a course it is mandatory to         create a category first.
    
  • Connecting to Dashboard

    Go to 127.0.0.1:8000/ to view the UI
    

course_catalog's People

Contributors

adityacp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.