Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 533 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 533 Bytes

Raspberry Shake API

This repository will set up an API for Raspberry Shake Station and Earthquake Data.

Requirements

Python 3.9

Installation

Install pipenv
    pip install --user pipenv
Install dependencies and run `pipenv shell`
    pipenv install
    pipenv shell
Launch API
    python manage.py migrate
    python manage.py runserver