Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frichardben/daily-diet-be
https://github.com/frichardben/daily-diet-be
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/frichardben/daily-diet-be
- Owner: frichardben
- Created: 2024-02-25T14:25:26.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-03T12:10:45.000Z (9 months ago)
- Last Synced: 2024-03-03T15:44:57.888Z (9 months ago)
- Language: TypeScript
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```