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 [email protected]:NRK-group/Moment.git
Navigate to the root directory of the project
cd Moment
Build the application. Run the following command in the root directory of the project to build the docker images.
make build
Open localhost:8070 in your browser to view the application.
Register an account and start posting!