Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexgalhardo/api-autodromo.alexgalhardo.com

A tech challenge project to create a full stack web app simulating a real-life racetrack system.
https://github.com/alexgalhardo/api-autodromo.alexgalhardo.com

api backend clean-architecture mongodb mongoose nestjs typescript

Last synced: 8 days ago
JSON representation

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

Awesome Lists containing this project

README

        


api-autodromo.alexgalhardo.com


## FrontEnd Code:

## Introduction

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

## Development Setup Local

1. Clone repository
```bash
git clone https://github.com/AlexGalhardo/api-autodromo.alexgalhardo.com
```

2. Enter repository
```bash
cd api-autodromo.alexgalhardo.com/
```

3. Run setup.sh
```bash
chmod +x setup.sh && ./setup.sh
```

## Build for deploy
a. Create build
```bash
bun run build
```

b. To test build production locally run:

```bash
bun run start
```

## License

[MIT](http://opensource.org/licenses/MIT)

Copyright (c) August 2023-present, [Alex Galhardo](https://github.com/AlexGalhardo)