Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/frichardben/daily-diet-be


https://github.com/frichardben/daily-diet-be

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

## :construction: Overview

API for daily diet control

## ℹī¸ About this project

This project consists of a API to record your meals and have daily control of your diet

## 📝 Technologies

- [TypeScript](https://www.typescriptlang.org/)
- [Fastify](https://fastify.dev/)
- [Knex](https://knexjs.org/)

## :computer: Getting Started

### Prerequisites

- [Git](https://git-scm.com/downloads)
- [Node](https://nodejs.org/en/download/) _(version 18 or greater)_.

### :anchor: Installing

```bash
$ git clone https://github.com/frichardben/daily-diet-be
# Go into the repository
$ cd daily-diet-be
# Install dependencies
$ npm i
# Run migrate
$ npm run knex migrate:latest
# Run the project
$ npm run dev
```