/CatRatMatSocket

This is a CSE312 Social Media Site Group Project.

Primary LanguageJavaScript

CatRatMatSocket

This is a CSE312 Social Media Site Group Project. This social media site will be a place for users to share pictures and videos about either cats, rats, their mats, or about network sockets. Our site has the ability for users to follow each other and like and comment on each other's posts.

ContemporaryArtwork = Jacob Santoni

Note: Our docker-compose file is located in the root directory.

Use the following command to run an instance of our app. The docker-compose will create separate instances for MongoDB and an Express server. The port of the Express server is 3000.

docker-container build
docker-compose up --detach