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 ...
- 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.
- 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
- 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
- navigate to http://localhost:3000
Enjoy :)