Skip to content

MrDemeanor/Heathy-Eating-Website

Repository files navigation

CS 4398 Semester Project

To launch the server:

Create a virtual environment

virtualenv -p python3 venv

Activate the virtual environment

source venv/bin/activate

Install dependencies to virtual environment

source requirements.txt

NOTE: You must use at least Python 3 and have virtualenv installed. To install virtualenv:

pip install virtualenv

If using for the first time, clear the database

./create_database.sh

Download and install Postman

https://www.getpostman.com/

Run the json document in postman

Add json document to collections>Run the json document

Launch the server and go to localhost:5000 in your web browser

python main.py

About

Project created for my software engineering project class. Utilizes Python Flask and RESTful APIs calls that work with the SQL Alchemy ORM for data persistence

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published