Skip to content

Excel-MEC/excelplay-kryptos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

ExcelPlay Kryptos

Follow the steps below to start the API server:

  • Primary requirements (These need to be preinstalled)
    • redis(production only)
    • postgresql
    • pip
    • virtualenv
  • Create a virtual environment and activate it
    $ virtualenv -p python3.6 server
    $ source server/bin/activate
  • Install the requirements
    $ cd excelplay_krypts/
    $ pip install -r requirements.txt
  • Run the dev server
    $ python manage.py makemigrations
    $ python manage.py migrate
    $ python manage.py createsuperuser
    $ python manage.py runserver
  • If you are setting up a development server uncomment appropriate SECRET KEY SETTING