Skip to content

AlexGalhardo/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 this repository
git clone https://github.com/AlexGalhardo/autodromo.alexgalhardo.com
  • Enter repository
cd autodromo.alexgalhardo.com/
  • Install dependencies
npm install
  • Setup enviroment variables
cp .env-example .env
  • Start local server
npm run dev

Build for deploy

  • Create build
npm run build
  • Preview production build
npm run preview
  • Open production build local server (build + preview)
npm run start

License

MIT

Copyright (c) January 2024-present, Alex Galhardo