项目作者: ayushnanda21

项目描述 :
DRF , E-platform
高级语言: Python
项目地址: git://github.com/ayushnanda21/Imperial-educa.git
创建时间: 2021-03-26T06:12:44Z
项目社区:https://github.com/ayushnanda21/Imperial-educa

开源协议:MIT License

下载


IMPERIAL-EDUCA

ABOUT

TECH STACK

DJango | Html | Python | Bootstrap | Memcached | Api | Drf

Quick Start

  • Fork and Clone the repository using-
    1. git clone https://github.com/ayushnanda21/Imperial-educa.git
  • Create a Branch-
    1. git checkout -b <branch_name>
  • Create virtual environment-
    1. python -m venv env
    2. env\Scripts\activate
  • Install dependencies using-

    1. pip install -r requirements.txt

    If you have python2 and python3 installed you need to specify python3 by using command:

    1. python3 -m pip install -r requirements.txt
  • Headover to Project Directory-

    1. cd Imperial-educa
  • Make migrations using-

    1. python manage.py makemigrations

    If you have python2 and python3 installed you need to specify python3 by using command:

    1. python3 manage.py makemigrations
  • Migrate Database-

    1. python manage.py migrate
  • Create a superuser-
    1. python manage.py createsuperuser
  • Run server using-
    1. python manage.py runserver
  • Push Changes-
    1. git add .
    2. git commit -m "<your commit message>"
    3. git push --set-upstream origin <branch_name>

Useful Resources to Learn

License

Distributed under the MIT License. See LICENSE for more information.

Like This?? Star ⭐ this Repo.

Made with ❤️ by Ayush Nanda

forthebadge made-with-python forthebadge