Skip to content

ECell Website/Android API server for year 2019

Notifications You must be signed in to change notification settings

r-tron18/EcellWeb2k19

 
 

Repository files navigation

EcellWeb2k19

API for ECell NIT Raipur android application and website.

Build Status

Setup

To Setup this Project and contribute follow below guidelines.

  1. First fork the repo and clone it using

    git clone https://github.com/<Your-Username>/EcellWeb2k19.git

  2. Change the CWD to the project folder

    cd EcellWeb2k19

  3. Make virtual Environment (Python version recommeded = v3.6)

    virtualenv --python=/usr/bin/python<version> myenv

  4. Activate the Virtual Environment

    source myenv/bin/activate

  5. Install requirements.txt

    pip install -r requirements.txt

  6. Setup Postgres Database with given credentials

    DATABASE NAME : ecellweb

    USERNAME : ecellnitrr

    PASSWORD : ECellWeb2k19

  7. Make all the Migrations

    python manage.py makemigrations

  8. Run Migration command

    python manage.py migrate

  9. Make a superuser for admin panel

    python manage.py createsuperuser

  10. Run the server

    python manage.py runserver

About

ECell Website/Android API server for year 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TSQL 57.5%
  • JavaScript 28.5%
  • CSS 7.9%
  • Python 5.7%
  • Other 0.4%