Milestone 2 Report - bounswe/bounswe2024group6 GitHub Wiki

Milestone 2 Report

Summary

We bootstrapped our frontend application with Vite. Used react-router for routing and shadcn/ui for components. We have implemented authentication hooks, index page including login and register forms and a working search bar with search results page that supports text search in architects, buildings and styles. Next, we are planning to implement wiki pages, profiles, posts and finally feed.

We dockerized our backend and frontend applications together with a MySQL database. We deployed our application on Digitalocean at http://165.232.66.11:5173 , Vite app can be accessed at port 5173 and django app at 8000. Our project can easily be deployed by cloning the repository, filling necessary variables and running docker compose up command. We are planning to set up a CI/CD pipeline next.

Links

Lessons Learned From ...

Backend

Frontend

Devops

Mobile

Challenges Encountered

Backend

Frontend

Devops

Mobile