Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!**