Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hannansatopay/fsnd-api

Full Stack API Final Project
https://github.com/hannansatopay/fsnd-api

Last synced: about 2 months ago
JSON representation

Full Stack API Final Project

Awesome Lists containing this project

README

        

# Full Stack API Final Project

## Full Stack Trivia

The repository contains project code for the [Full Stack API Final Project](https://github.com/udacity/FSND/tree/master/projects/02_trivia_api/starter) in the [Full Stack Web Developer](https://www.udacity.com/course/full-stack-web-developer-nanodegree--nd0044) course offered by [Udacity](https://www.udacity.com/).

## About the Stack

### Backend

The `./backend` directory contains a Flask and SQLAlchemy server. Primarily the app.py is used to define the endpoints and references models.py for DB and SQLAlchemy setup.

### Frontend

The `./frontend` directory contains a complete React frontend to consume the data from the Flask server.