A social media website taking inspiration from Instagram and Facebook, built with React, Golang, Docker, SQLite3, and CSS.
You will need Docker installed globally on your machine.
A Dockerfile has been made for both the frontend and backend.
There is also a makefile that has commands to build both docker images.
Before building the docker images you must ensure that docker is installed and running on your machine.
Clone this repository
git clone git@github.com:NRK-group/Moment.gitNavigate to the root directory of the project
cd MomentBuild the application. Run the following command in the root directory of the project to build the docker images.
make buildOpen localhost:8070 in your browser to view the application.
Register an account and start posting!

