Start by modeling the database: Create a database and the tables needed to store that information, you may have already done this when you did the StartWars DataModeling project in python/flask or node/express Build your endpoints using Flask or Express (depending on your cohort's main language). Constantly test your endpoints with the postman. -
View it on GitHub