Skip to content

perfringis/cabs

Repository files navigation

Gatsby

Table of Contents

Getting started

  1. Clone repository:
git clone git@github.com:perfringis/cabs.git
  1. Go to a project and install packages.
pnpm install
  1. Configure .env file based on .env.dev template.
DATABASE_NAME=<YOUR_DB_NAME>
DATABASE_PORT=<YOUR_PORT>
DATABASE_USERNAME=<YOUR_DB_USERNAME>
DATABASE_PASSWORD=<YOUR_DB_PASS>
  1. Run project in dev mode. List of all commands you will find in the package.json file.
pnpm run start:dev
  1. Happy coding!

Cabs project in other languages

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

Why reinvent a wheel?

I have only two sensible reasons:

  1. For learning purposes.
  2. Keep up-to-date packages for cabs project.

Event storming session

miro board

Disclaimer

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.

Licence

My project is distributed under the MIT License. See LICENSE for more information.