Giter Club home page Giter Club logo

boso's Introduction

H.Ledger School

This is a Django 2.0+ project with information about an educational institution, demonstrating mapping of URLs, their flow of requests and corresponding responses with Login and Registration portal. The project is deployed on PythonAnywhere so it is optimized for that but is not necessary.

Features

  1. Django based Backend Structure which includes commands, static and media files, templates,etc.
  2. A basic log-in and registration functionality is available for project production environment.
  3. Frontend with HTML, CSS, Bootstrap
  4. Includes PyCharm project configuration.
  5. Primary repo is in GitHub

Requirements

  1. Python v3+

  2. Django v2+

  3. PyCharm

  4. HTML, CSS, Bootstrap

  5. MySQL v8.0 (recommended)

    OR

    sqlite3 (Python built-in database )

Getting Started

  1. Run below command to install dependencies

    $ pip install -r requirements.txt
  2. If you’re cloning the repo, you should have Git Bash installed on the system and then you can use following command :

    $ git clone https://github.com/jtshukla24/BoSo.git

    OR

    you can download it from Clone or Download button in repo.

  3. Install Python and later using pip, use following command:

    $ pip install django==2.0   (for specific version)
    
    $ pip install django        (for latest version)
    
  4. You can setup the project environment by setting up the project interpreter by navigating to the path where you have installed Python.

  5. For setting up the database, you can change DATABASES variable in settings.py file in project directory.

  6. Setup Database to either MySQL or sqlite3. For using MySQL, you need to setup a database named, newboso, in MySQL.

    mysql> create database newboso;
    
    mysql> use newboso;
    
    

To see data in sqlite3, you can use DB Browser

  1. After setting up the project, you can either run Run manage.py task from Tools menu

    OR

    You can use following command in terminal:

    C:/**Project Path**> python manage.py runserver

Contributing

I love contributions, so please feel free to fix bugs, improve things, provide documentation. Just send a pull request.

boso's People

Contributors

jtshukla24 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.