Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafinhaa/in-orbit-backend
in-orbit é uma api criada durante a NLW Pocket
https://github.com/rafinhaa/in-orbit-backend
back-end biome drizzle fastify typescript
Last synced: 2 months ago
JSON representation
in-orbit é uma api criada durante a NLW Pocket
- Host: GitHub
- URL: https://github.com/rafinhaa/in-orbit-backend
- Owner: rafinhaa
- Created: 2024-09-11T12:49:26.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T15:01:32.000Z (3 months ago)
- Last Synced: 2024-09-29T07:20:57.497Z (3 months ago)
- Topics: back-end, biome, drizzle, fastify, typescript
- Language: TypeScript
- Homepage: https://in-orbit-api.codedev.cyou
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
in-orbit
About |
Technologies |
Run |
Info |
License
## 🔖 About
O **in-orbit** é uma API desenvolvida para o controle de metas semanais de um usuário.
## 🚀 Technologies
- [Nodejs](https://nodejs.org)
- [Typescript](https://www.typescriptlang.org/)
- [Fastify](https://www.fastify.io/)
- [Drizzle](https://orm.drizzle.team/)
- [Postgres](https://www.postgresql.org/)## 🏁 How to run the project
```sh
# Clone the repository
git clone https://github.com/rafinhaa/in-orbit-backend.git
cd in-orbit-backend# Install the dependencies
yarn install# Make a copy of '.env.example' to '.env'
cp .env.example .env# Start the application
yarn run dev
```## ℹ️ Info
### Documentação das rotas
- [Docs](docs/API.md)
## 📄 Changelog
## 📝 License
[MIT](LICENSE.txt)
**Free Software, Hell Yeah!**