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

https://github.com/loanmatteusz/gen-frontend-challenge

This repository is a challange of Gen
https://github.com/loanmatteusz/gen-frontend-challenge

angular challenge web

Last synced: 2 months ago
JSON representation

This repository is a challange of Gen

Awesome Lists containing this project

README

        

# Frontend

This project is a challenge made in [Angular CLI](https://github.com/angular/angular-cli) version 18.2.3.
I use Angular with Apollo and Tailwind to styles

## Project setup

### If you want to run local
```bash
$ npm install
$ npm start
```

### Run in a Docker Container
```bash
$ docker compose up
# or
$ docker-compose up
```

### Chekc the Website Url
```bash
http://localhost:3333/
```

## Backend
- [Backend Music CRUD with GraphQL](https://github.com/loanmatteusz/gen-backend-challenge.git)