https://github.com/alejandroblanco2001/payfast
PayFast is a payment gateway software exemplifying a real life case , the final project for Diseño de Software II made with Typescript, NodeJS , Express and React
https://github.com/alejandroblanco2001/payfast
express nodejs reactjs typescript
Last synced: 6 months ago
JSON representation
PayFast is a payment gateway software exemplifying a real life case , the final project for Diseño de Software II made with Typescript, NodeJS , Express and React
- Host: GitHub
- URL: https://github.com/alejandroblanco2001/payfast
- Owner: AlejandroBlanco2001
- Created: 2022-08-21T23:52:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-23T00:56:09.000Z (over 2 years ago)
- Last Synced: 2024-04-18T02:54:33.773Z (about 1 year ago)
- Topics: express, nodejs, reactjs, typescript
- Language: SCSS
- Homepage:
- Size: 1.12 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PayFast
Project backend for PayFast, the final project for Diseño de Software II made with Typescript, NodeJS and Express# ¿How to run the project?
## Prerequisites
- MySQL database
- Backend section## Steps
### Install dependencies
1. Inside each service run `npm install`### Database configuration
2. Get inside each service and change the connection string in the .env file
`mysql://root:password@host:port/database?schema=database`
3. Run in the cmd `npx prisma migrate dev`