Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 914 Bytes

README.md

File metadata and controls

35 lines (31 loc) · 914 Bytes

Express Recommend

Express Recommend is a service that makes it easier for students and institutions to share and verify recommendation letters

Development

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

Build

To build docker images for the backend service:

docker compose build backend

Same for frontend:

docker compose build frontend

Running the application

Use the following commands to run docker containers for frontend, backend, and the PostgreSQL database

docker compose up

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

Distributed under the MIT License. See LICENSE for more information.