codebysid / Computer-Science-Club-OCC.github.io

OCC Computer Science Club Website

Home Page:https://computer-science-club-occ.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OCC Computer Science Club Website

You can view a preview of the site here: https://computer-science-club-occ.github.io/

Getting Started

Visit and follow instructions from Guide for Developers

Docker & Docker Compose

Docker compose will create a containerized environment for the frontend, backend, and mongo. To quickly start the entire stack on any machine with docker:

docker-compose up

To run just a mongo instance:

docker-compose up -d mongo

Stopping the environment:

docker-compose down

Rebuild All Containers:

docker-compose build

Cleaning Docker Env

Deleting the mongo container will delete all data in the database

  1. Stop the container(s) using the following command: docker-compose down --volumes
  2. Delete all images using the following command: docker image prune -a

About

OCC Computer Science Club Website

https://computer-science-club-occ.github.io/


Languages

Language:JavaScript 88.6%Language:CSS 11.1%Language:HTML 0.3%