Skip to content

urygam/meeteng

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 1 commit ahead of goldsd3:master.

Latest commit

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
November 18, 2021 18:29
November 18, 2021 18:29
March 6, 2021 11:31
July 22, 2022 11:32
November 18, 2021 18:29
November 18, 2021 18:29

MeetEng

Prospective RPI students and freshmen meeting seniors of the same major.

Initally created by Steven Wang, forked by Matt Uryga for use in LSPT.

Running

To start docker in development mode (with hot reload):

docker-compose -f docker-compose.dev.yml up -d

The frontend, backend, and database are exposed on port 8080, 3000, and 27017 respectively.

Deployment

To deploy in production mode:

docker-compose -d up

The deployed port is currently 7655 for both the frontend and backend. Database is not visible to the outside.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 84.8%
  • JavaScript 11.8%
  • HTML 2.2%
  • Other 1.2%