Code Monkey home page Code Monkey logo

moon-trek-csula's Introduction

Moon Trek CSULA

Install:

  1. Download NodeJs and Anaconda. Make sure to add conda to your path when installing on Windows (it will ask)

  2. 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
    
  3. Clone this repository

  4. Install dependencies. In a terminal, navigate to the base directory and run these commands:

    cd client
    npm install
    cd ../server
    npm install
    
  5. 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

  6. 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
    

moon-trek-csula's People

Contributors

youssefe95 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.