Skip to content

infocbra/motion-sense-api

 
 

Repository files navigation

Contributors Forks Stargazers MIT License LinkedIn


Motion Sense Logo

Motion Sense API


Table of Contents
  1. About The Project
  2. Getting Started
  3. License
  4. Contact
  5. Acknowledgements

About The Project

Built With

Getting Started

Prerequisites

  • python

    macOS

    brew install python@3.7

    for other systems check python.org

  • pip

    linux/macOS

    python -m pip --version

    windows

    py -m pip --version

Installation

  1. Clone the repo

    git clone https://github.com/dan-candeira/api_backend.git
  2. Install pip packages

    pip install -r requirements.txt
  3. Create a .env file in the main folder

  4. Add a SECRET_KEY to the .env file:

    SECRET_KEY = 'ENTER YOUR SECRET_KEY'

    examples of SECRET KEY at randomkeygen

  5. Run command:

    uvicorn main:app --reload

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements

About

TCC - Sistemas para Internet (TSI)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%