Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/louire/fitfoodapi---train
Calories of the food you eat, you are what you eat
https://github.com/louire/fitfoodapi---train
Last synced: about 2 months ago
JSON representation
Calories of the food you eat, you are what you eat
- Host: GitHub
- URL: https://github.com/louire/fitfoodapi---train
- Owner: louire
- Created: 2024-03-11T20:19:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-11T21:29:55.000Z (11 months ago)
- Last Synced: 2024-12-09T09:18:44.886Z (about 2 months ago)
- Language: JavaScript
- Size: 669 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FitFoodApi
## Description
FitFood Api is a Rest Api that allows you to track your food, calories and macros.## Technologies
- Node.js
- Express## Setup
1. Clone the repository
2. Run 'node index.js' in the terminal
3. Open Postman and test the endpoints## Endpoints
- GET api/food
- POST api/food
- PUT api/food/:id
- DELETE api/food/:id## License
MIT License## Author
- [GitHub](https://github.com/louire)## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. But remember, this is a personal project and I'm not looking for contributors.## TODO
- GitIgnore :D