Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oshkoshbagoshh/fcc-exercise-tracker2
Backend API Exercise Tracker built with NodeJS, Express, MongoDB
https://github.com/oshkoshbagoshh/fcc-exercise-tracker2
api backend curl expressjs mongodb nodejs rest-api
Last synced: 2 months ago
JSON representation
Backend API Exercise Tracker built with NodeJS, Express, MongoDB
- Host: GitHub
- URL: https://github.com/oshkoshbagoshh/fcc-exercise-tracker2
- Owner: oshkoshbagoshh
- Created: 2024-07-31T17:32:28.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T01:41:30.000Z (5 months ago)
- Last Synced: 2024-10-01T06:41:00.812Z (3 months ago)
- Topics: api, backend, curl, expressjs, mongodb, nodejs, rest-api
- Language: JavaScript
- Homepage:
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exercise Tracker API (Alt version)
This is a version using local data storage (with a JSON file), instead of saving to a MongoDB
It also is just one big monolithic file, as opposed to the modularization in the other version
This is an alternative version of the Exercise Tracker API project built with Node.js, Express, and MongoDB. It uses local data storage with a JSON file instead of a MongoDB database, and it is a monolithic file rather than a modularized structure.
Main Function Points
Provides a backend API for an exercise tracking application
Allows users to add, view, and update their exercise logs
Stores user and exercise data in a local JSON file
Technology Stack
Node.js
Express.js
MongoDB (not used in this version, but used in the original version)
JSON file for local data storage