Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hannansatopay/fsnd-api
- Owner: hannansatopay
- Created: 2020-03-27T07:45:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T06:43:51.000Z (almost 2 years ago)
- Last Synced: 2023-03-09T02:58:25.399Z (almost 2 years ago)
- Language: Python
- Size: 174 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.