- Node.js
- Express.js
- Typescript
- Axios
- Jest
- PM2
- Digital Ocean
- Docker
- Docker Compose
- Nginx
- GitHub Actions
- Repository Pattern
- ESLint + Prettier + EditorConfig
Uma API que lista usuários de empresas e seus posts.
/users/[companyName]
/users/[userId]/posts
Pré-requisitos: Docker, Docker Compose, Node.js 12.x, Yarn
git clone https://github.com/henriSandovalSilva/node-user-posts.git
cd node-user-posts
yarn
yarn test
yarn tsc
cp .default.example .default
docker-compose up -d
A API irá executar em: http://localhost
Agora é necessário seguir as instruções do frontend.
Esse projeto está sob a licença MIT. Veja o arquivo LICENSE para mais detalhes.