Skip to content

jonahmarc/tradingsystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trading System

For Technical Test

Pre-requisites

  • Code Editor
  • Python 3
  • Web Browser

Start Guide

  1. Install git: https://git-scm.com/downloads.
  2. Set up your git with your github account.
  3. Install pipenv in the command line: pip3 install pipenv
  • Make sure folder to Python3 is configured in your PATH.
  1. Go to directory or folder to put project.
  2. Run these commands in bash or command line:
cd <directory>

python -m venv env
cd env
cmd: Scripts\activate
bash: source ./Scripts/activate
pip install django
pip install djangorestframework
pip install django-simple-history

cd <directory>

git clone https://github.com/jonahmarc/tradingsystem.git
cd tradingsystem
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
  1. Go to the address specified (http://127.0.0.1:8000/) to see development site.
python manage.py createsuperuser
  1. Go to (http://127.0.0.1:8000/admin) to see the admin dashboard and use the newly created superuser credentials.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published