RestReview

RestReview is a platform for restaurant reviews.

It was developed by me and my colleage Vasco Ramos as a part of the course Web Technologies and Programming (TPW)

The goal was to build a fully functional web app.

Part 1

The first technology we used was Django, a full stack framework that allowed us to build the data model and to build the templates served to the browser directly.

You can find this version here.

The project was deployed using Python Anywhere. However, this version is no longer available as it was replaced by the second part.

Part 2

Now using Angular for our front end, the idea was to build a REST API with Django, that would be accessed by Angular.

Again, you can find the Front end and the API code at our GitLab page.

The API was also deployed using Python Anywhere and the web page using Heroku.