Express Recommend is a service that makes it easier for students and institutions to share and verify recommendation letters
To transcompile the Typescript and bundle all web assets run
cd frontend && npm run build
To run the frontend development server
cd frontend && npm run live-server
To build docker images for the backend service:
docker compose build backend
Same for frontend:
docker compose build frontend
Use the following commands to run docker containers for frontend, backend, and the PostgreSQL database
docker compose up
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Distributed under the MIT License. See LICENSE for more information.