Skip to content

nater6/facebook-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facebook Clone

Moment

A social media website taking inspiration from Instagram and Facebook, built with React, Golang, Docker, SQLite3, and CSS.

Login Page Home Page

Installation and Setup Instructions

You will need node, npm and 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.

Frontend

To build the frontend docker image:

  1. Open a terminal for the directory facebook-clone
  2. run the command make frontendDocker

Backend

To build the backend docker image:

  1. Open a terminal for the directory facebook-clone
  2. run the command make backendDocker

Once both images are created and running go to localhost:8070

This project was a project for the 01 Founders coding school and was completed with codecplyre & Keivon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published