Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mmjck/conecthus-fullstack-challenge
- Owner: mmjck
- Created: 2024-09-13T15:57:07.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T18:31:04.000Z (2 months ago)
- Last Synced: 2024-10-16T23:04:38.715Z (about 1 month 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`