Skip to content

AlexGalhardo/api-autodromo.alexgalhardo.com

Repository files navigation

Introduction

  • A tech challenge project to create a full stack web app simulating a real-life racetrack system.

Tools and Services Used

Features

  • CRUD
  • Authentication & Authorization
  • Notifications Events using Publisher/Subscriber Pattern

Development Setup Local

  • Clone repository
git clone https://github.com/AlexGalhardo/api-autodromo.alexgalhardo.com
  • Enter repository
cd api-autodromo.alexgalhardo.com/
  • Install dependencies
npm install
  • Setup your enviroment variables
cp .env-example .env
  • Start Docker, PrismaORM, Migrations and Seeds
sh setup.sh
  • To Start Prisma Studio:
npm run prisma:studio
  • Start local server
npm run dev

Build for deploy

  • To created build to deploy run:
npm run build
  • To test build production locally run:
npm run start

Tests

  • Verify useCases tests:
npm run test
  • Verify End to End tests:
npm run test:e2e

Documentation

  • See and add important documentation about this code repository in the docs/ folder

License

MIT

Copyright (c) August 2023-present, Alex Galhardo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages