Skip to content

Django (Python) backend for the Angular Satellite Analysis application

License

Notifications You must be signed in to change notification settings

ecsnavarretemit/sarai-satellite-analysis-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SARAI Satellite Analysis Backend

Installation of Requirements

All Operating Systems

  1. Python 2.7.x or newer except Python 3 and above

Ubuntu

  1. Install Pip: sudo apt-get install python-pip
  2. Install VirtualENV: pip install virtualenv

Running

  1. Setup virtualenv for the project: virtualenv venv. Make sure this is executed inside the project root folder.
  2. Activate virtualenv by running: source venv/bin/activate
  3. Install application requirements via:pip install -r requirements.txt. This will install all required dependencies of the application.

About

Django (Python) backend for the Angular Satellite Analysis application

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages