Project backend for PayFast, the final project for Diseño de Software II made with Typescript, NodeJS and Express
- MySQL database
- Backend section
- Inside each service run
npm install
- Get inside each service and change the connection string in the .env file
mysql://root:password@host:port/database?schema=database
- Run in the cmd
npx prisma migrate dev