Skip to content

RodgerCodes/synop_backendv2

Repository files navigation

SYNOP BACKEND

This is the rest api for the synop mobile app, which is an app that meteorologist can use to encode weather data into the main synoptic code (FM-12) and send all the data to the main meteorological office.

Requirements

  1. Python 3
  2. Postgresql

Project setup

git clone https://github.com/RodgerCodes/synop_backendv2
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

About

Web server for the synop app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published