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: 6 months ago
JSON representation
Avaliação Prática para o Cargo de Desenvolvedor Full Stack
- Host: GitHub
- URL: https://github.com/mmjck/conecthus-fullstack-challenge
- Owner: mmjck
- Created: 2024-09-13T15:57:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T18:31:04.000Z (almost 2 years ago)
- Last Synced: 2025-04-06T06:44:09.569Z (over 1 year ago)
- Topics: docker, nestjs, nextjs, postgresql, swagger, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 386 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`