Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alexgalhardo/api-autodromo.alexgalhardo.com
- Owner: AlexGalhardo
- Created: 2024-01-27T14:14:39.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-05-28T20:57:49.000Z (8 months ago)
- Last Synced: 2025-01-03T05:33:06.867Z (14 days ago)
- Topics: api, backend, clean-architecture, mongodb, mongoose, nestjs, typescript
- Language: TypeScript
- Homepage: https://api-autodromo.alexgalhardo.com/
- Size: 1.45 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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)