Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```