-
Download NodeJs and Anaconda. Make sure to add conda to your path when installing on Windows (it will ask)
-
Set up MoonTrek anaconda environment. In your terminal, run the following commands:
conda create --name MoonTrek conda activate MoonTrek conda install python=3.7.9 django=3.1.7 numpy=1.20.1 opencv pillow=8.1.2 pytz=2021.1 sqlparse=0.4.1 python -m pip install opencv-contrib-python==3.4.2.17
-
Clone this repository
-
Install dependencies. In a terminal, navigate to the base directory and run these commands:
cd client npm install cd ../server npm install
-
Create a file called 'config.json' with the same contents of 'sample.config.json' in the server/api/jpl directory. Assuming you're still in the server directory from last step, run the following command:
cp api/jpl/sample.config.json api/jpl/config.json
Note: The IP and port are available only to developers for security purposes
-
To run, we need two terminal instances. In one cd to the client directory and run:
npm run dev
In the other one, cd to the server directory and run:
npm run dev
-
Notifications
You must be signed in to change notification settings - Fork 9
YoussefE95/Moon-Trek-CSULA
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published