Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devalexanderdaza/etraining
ETraining project test for Fullstack developer position
https://github.com/devalexanderdaza/etraining
Last synced: about 1 month ago
JSON representation
ETraining project test for Fullstack developer position
- Host: GitHub
- URL: https://github.com/devalexanderdaza/etraining
- Owner: devalexanderdaza
- Created: 2024-11-12T22:14:01.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T23:17:19.000Z (about 2 months ago)
- Last Synced: 2024-11-12T23:32:06.102Z (about 2 months ago)
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ETraining
This repository is a monorepo managed with TurboRepo. It contains multiple projects within the `apps` directory.
## Introduction
This monorepo is designed to streamline the development process by managing multiple projects in a single repository. TurboRepo helps in optimizing the build and development workflows.
## Getting Started
To get started with this monorepo, follow these steps:
1. Clone the repository:
```sh
git clone https://github.com/devalexanderdaza/etraining.git
```2. Navigate to the repository directory:
```sh
cd etraining
```3. Install dependencies:
```sh
make local
OR
docker-compose up --build -d --remove-orphans
```