IslamAliMuhammad / Trivia-API

Trivia API project for Full Stack Nanodegree by Udacity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Full Stack API Final Project

for enabling your future applications to communicate with others.

README

  1. ./frontend/
  2. ./backend/

Backend

The ./backend directory contains a partially completed Flask and SQLAlchemy server. You will work primarily in app.py to define your endpoints and can reference models.py for DB and SQLAlchemy setup.

Frontend

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

Pay special attention to what data the frontend is expecting from each API response to help guide how you format your API.

View the README.md within ./frontend for more details.

About

Trivia API project for Full Stack Nanodegree by Udacity


Languages

Language:JavaScript 55.2%Language:Python 34.8%Language:CSS 5.9%Language:HTML 4.1%