Permalink
Cannot retrieve contributors at this time
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?
meeteng/README.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
16 lines (14 sloc)
490 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# MeetEng | |
Prospective RPI students and freshmen meeting seniors of the same major. | |
## 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. |