Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mmjck/conecthus-fullstack-challenge

Avaliação Prática para o Cargo de Desenvolvedor Full Stack
https://github.com/mmjck/conecthus-fullstack-challenge

docker nestjs nextjs postgresql swagger tailwindcss

Last synced: 20 days ago
JSON representation

Avaliação Prática para o Cargo de Desenvolvedor Full Stack

Awesome Lists containing this project

README

        


FullStack Challenge Conecthus

[DESIGN](https://xd.adobe.com/view/6c0ff585-36dd-4969-9d1f-b7661d820524-395c/screen/8f855f3a-02f9-4976-8dbe-1c0f054f892a/)

# :rocket: Technologies used

## frontend

- [NextJs](https://nextjs.org/)
- [Tailwind CSS](https://tailwindui.com/)

## backend

- [NestJs](https://nestjs.com/)
- [Docker](https://www.docker.com/)
- [PostgreSQL](https://www.postgresql.org/)
- [Swagger](https://docs.nestjs.com/openapi/introduction)

# How to run

Clone the repository

```bash
git clone https://github.com/mmjck/conecthus-fullstack-challenge.git
```

Build application in root repo

```
docker compose up -d
```

You can access
`frontend` on `http://localhost:3000/`

`api` will be running `http://localhost:3001/` ✅

# How to run

`Swagger: API Documentation`
will be running in this [LINK](http://localhost:3001/api)
or
`http://localhost:3001/api`