https://github.com/phmc99/study-node-dailydiet
https://github.com/phmc99/study-node-dailydiet
fastify nodejs typescript
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/phmc99/study-node-dailydiet
- Owner: phmc99
- Created: 2025-01-14T23:40:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-07T02:36:26.000Z (about 1 year ago)
- Last Synced: 2025-03-07T03:26:39.518Z (about 1 year ago)
- Topics: fastify, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DailyDiet - Node Study Project
[](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.