This is the backend repository of the Employee List website. It's deployed at Koyeb.
To view the frontend's repository, click here.
- Nest.js
- TypeScript
- TypeORM
- Docker
- MySQL
- Faker.js
- Clone the repository.
- Go to the project's directory.
- Run
npm install
- Run
docker compose up -d
- Run
npm run migration:run
- Run
npm run start:dev