Skip to content

A full-stack web tool to perform necessary calculations for Team Voltran, competing in FLL 2022

License

Notifications You must be signed in to change notification settings

DrShahinstein/voltran-math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voltran Math

As the captain and programmer of Voltran -my school's FLL (see First Lego League 2022) team- I developed a tool for our innovative project aimed at finding ways to save unnecessary energy used by street lamps that remain lit at night. This tool assists us in performing the necessary calculations for our project alongside being a pleasent gesture for our team.

Technologies

Installation

$ git clone https://github.com/DrShahinstein/voltran-math.git
$ cd voltran-math/
[voltran-math]$ touch .env # set the env variables here
[voltran-math]$ yarn

$ cd server/
[server]$ pip install -r requirements.txt
[server]$ python manage.py makemigrations
[server]$ python manage.py migrate

Run Locally

[voltran-math]$ yarn start
[voltran-math]$ python ./server/manage.py runserver

Environment Variables

Env Variable Value Sample
REACT_APP_API_URL URL to the Django API http://127.0.0.1:8000/api
DEBUG Boolean to declare debug mode True
DJANGO_SECRET_KEY The secret key for Django i7=eu7cnh0ie3$k-%ju67#s-j-!!z\_\*2a82q0jzdjn-vgox06

Contributing

Pull requests are undoubtly welcome. You'd like to consider open an issue for major changes.

License

GNU General Public License v3.0