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

https://github.com/phmc99/study-node-dailydiet


https://github.com/phmc99/study-node-dailydiet

fastify nodejs typescript

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

          

# DailyDiet - Node Study Project

[![Native Repo](https://img.shields.io/badge/DaiyDiet_React_Native-Repository-blue?logo=github)](https://github.com/phmc99/study-reactnative-dailydiet)

DailyDiet is a Rest API study project aimed at improving back-end development skills using Node.js.

## ๐Ÿ“Œ Project Overview
This app helps users track their daily diet by managing meals and monitoring their nutritional goals.

## ๐Ÿš€ Technologies Used
- Node.js
- Fastify
- Knex
- Unit tests
- Typescript

## ๐Ÿ”ง Installation

1. Clone the repository:
```sh
git clone https://github.com/phmc99/study-node-dailydiet.git
```
2. Navigate to the project folder:
```sh
cd study-node-dailydiet
```
3. Install dependencies:
```sh
npm install
```
4. Start the development server:
```sh
npm run dev
```

## ๐Ÿงพ Testing with Insmonia
- Import ```docs.json``` file to your Insomnia to see all requests.