wilfredvasquez / arduino-projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Projects with Arduino

This app contain a list to various projects to do with Arduino. The app is build using Django 2 and work with Python 3

First time

Create a Python virtual environment

Here you can see how do it -> https://docs.python.org/3/library/venv.html

Clone de Project

git init
git clone git@github.com:wilfredvasquez/arduino-projects.git

Install system's requirements

With the virtualenv active run

pip install -r requeriments.txt

Usage

Run the app

  • Step 1: Migrate the user table:
python manage.py migrate
  • Step 2: Run the django local server
python manage.py runserver 0.0.0.0:8000

About


Languages

Language:Python 44.4%Language:HTML 33.8%Language:C++ 11.6%Language:JavaScript 5.8%Language:CSS 4.4%