/mathsoc-website

✨ The redesigned MathSoc website

Primary LanguageTypeScript

MathSoc Website

Netlify Status

https://unswmathsoc.org

This website was developed using the MERN stack. React (Next.js) is used for the frontend, with Express.js and MongoDB for the backend. Both stacks are Dockerised and can be started with docker-compose up --build. By default the ports are as follows:

  • Frontend (3000)
  • Backend (8080)
  • MongoDB (27017)

Requires Node.js (with npm), Yarn and Docker.