Milestone-D3: Containerization
What's Changed
- Create register account feature by @AndrewOng2066 in #10
- Add user login functionality and UI by @iynixil in #12
- Extract the backend code for user service, and placed it under "user_profile" directory by @AndrewOng2066 in #16
- Add logout UI, common navbar and restricted routes by @iynixil in #18
- Add NavBar and remove unnecessary texts in Signup.js by @AndrewOng2066 in #21
- Extract question routes to reduce clutter by @tsulim in #27
- Push finalized user microservice to shared user-service branch by @iynixil in #32
- Merge user and question microservices by @iynixil in #33
- Shift remaining files into both services by @tsulim in #35
- Containerize question and user services by @tsulim in #36
- Display questions data from database by @xuelinglow in #8
Full Changelog: Milestone-D2...Milestone-D3