Skip to content

marks214/range

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 

Repository files navigation

🍎📊 Range Reveal 📈🍓

Capstone Project - Aimee Oz - Ada Developers Academy

Contents

  1. Getting Started
  2. Installation Guide

This project uses Amazon Cognito for user management. You will need to setup a user pool.

The relational database is hosted by Amazon Lightsail. I used PostgreSQL version 12.5.

Generate an application key from Edamam's food database API.

Create a secrets.ini file in the api folder:

  1. Clone this repository.
    $ git clone https://github.com/marks214/range.git
  2. Navigate to the project directory.
    $ git cd range/api
  3. From the project directory set up your flask virtual environment.
    $ git python3 -m venv venv
  4. Activate your virtual environment.
    $ git source ./venv/bin/activate
  5. Install the requirements.
    $ git pip install -r requirements.txt
  6. Start your backend server.
    $ git flask run

Entity Relationship Diagram

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published