- Getting started
- Cabs project in other languages
- Why reinvent a wheel?
- Event storming session
- Disclaimer
- Licence
- Clone repository:
git clone git@github.com:perfringis/cabs.git- Go to a project and install packages.
pnpm install- Configure
.envfile based on.env.devtemplate.
DATABASE_NAME=<YOUR_DB_NAME>
DATABASE_PORT=<YOUR_PORT>
DATABASE_USERNAME=<YOUR_DB_USERNAME>
DATABASE_PASSWORD=<YOUR_DB_PASS>- Run project in
devmode. List of all commands you will find in thepackage.jsonfile.
pnpm run start:dev- Happy coding!
| project name | author/s |
|---|---|
| cabs-java | Jakub Pilimon, Sławek Sobótka |
| cabs-php | Jakub Pilimon, Arkadiusz Kondas |
| cabs-csharp | Jakub Pilimon, Grzegorz Gałęzowski |
| cabs-typescript | Andrzej Hanusek |
I have only two sensible reasons:
- For learning purposes.
- Keep up-to-date packages for cabs project.
All rights reserved by DEVSTYLE company. I'm not an author of the course. I don't have rights to the logo and content of the course. All information you will find here. For learning purposes, I rewrote the original cab-java project to Typescript.
My project is distributed under the MIT License. See LICENSE for more information.