Restaurant manager is an application that enables restaurant owners to keep track of their inventory as well as manage staff and orders.
It is built using Nodejs and the express framework. The database of choice is postgresql and the app is hosted on heroku. Knexjs was used as the query builder library of for the migrations, coupled with Objectionjs ORM. Jest was testing library, circle-ci was used for CI/CD and docker for containerisation.
An android application for football fans to get news about their local club
Aways fans is built with ionic-angular.On the backend an express/nodejs hosted on heroku app that scrapes football sites for the data, saves to mongodb and provides the data via api calls. Firebase was used for authentication and hosting of the webapp.
This is a beach resort website built in react
React resort is built using the react library,styled components, Javascript, contenful as the headless cms and deployed on netlify.
This is a multi vendor restaurant application, where restaurant owners can register to the site, create a virtual shop and handle orders from the web dashboard.The orders will be placed from an android application
Ristorante is built using angular8, firebase as the backend and also deployed on firebase hosting.Bootstrap4 is the css framework.
This a web application that mimics a news site where users can read news articles from different sources
WatchDogs is built using flask web framework, python requests to consume the news api, database used is postgresql, bootstrap4 is the css framework and deployed on heroku.