Skip to content

mohsen-ameli/zarathustrust

Repository files navigation

How to run this project locally

Please also visit our website at ZarathusTrust

You will need to have Python installed, as well as node.js

Once you have that installed navigate to your desktop and do the following ...

Clone this repo

  • Open up Command Prompt on windows, or Terminal on Mac, then do the following to clone this repository:
git clone https://github.com/mohsen-ameli/money-moe-linux.git
  • navigate to that direcotry
cd money-moe-linux
  • Or you can just download the zip file from the same url listed above and unzip it.

Backend Setup

  • Install all of the required packages
python3 -m pip install -r requirements.txt
  • Get the migrations done.
python3 manage.py makemigrations
python3 manage.py migrate
  • Start the Django server
python3 manage.py runserver

Frontend Setup

  • Open another terminal window and navigate to the forntend directory:
cd frontend
  • Install all of the required packages for react
npm install
  • Run the react app
npm start

Enjoy :)