You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the API Key rate limits the call to the API, sharing them is not a good idea. In fact, having identical keys for two projects will make us suspicious about the authenticity of the project
The key provided should be kept in config.py to make your REST API server work properly.
FLASK SERVER
Use the app.py provided in this repo for creating a server run in post 5000.
The server should return only HTML pages populating the data requested.
Read the comments in the file to make a fully functioning web server.
HTML Templates
The templates for the flask server are inside the templates directory.
Jinja reads the template and converts it into pure HTML before the server sends a response.
The templates provided are just a minimal working version. You need to add styles to them either by writing the CSS yourself or using its frameworks like Bootstrap.
Since the styling part is done by you, it will be absurd if your HTML pages appear the same as the other participants. If we find that one project is a copy of another, both projects will be discarded.
About
The starter code for Project 1 of Software Fellowship 2021