Logic for the backend aspect of the application is written in Typescript
To run the backend aspect of the application, run the following command in the root directory of the project:
npm run startPlace your .env file in the root directory of the project. The .env file should contain the following variables:
PORT=<port number to run the server on>
DB_HOST=<database host>
DB_NAME=<database name>
DB_USER=<database user>
DB_PASS=<database password>
MAIL_USER=<email address to send emails from>
MAIL_PASSWORD=<email password>
MAIL_CONTACT=<email of admin to send to>- Oluwatomiwa Adebisi
- Dina Iyanu