Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.46 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.46 KB

GymAppServer

GymAppServer is a backend server application built with Node.js and Fastify for GymAppMobile project.

GymAppMobile

GymAppMobile is the corresponding mobile application built to interact with GymAppServer.

Features

  • Workout Tracking: Allows users to save and track their workout routines, exercises, sets, and reps.
  • Data Persistence: Integration with MongoDB database for storing user information and workout data.
  • RESTful API: Provides a comprehensive RESTful API for users data integration.
  • Integration Tests: Includes integration tests to ensure the reliability and correctness of API endpoints.

Technologies Used

  • Node.js: Server-side JavaScript runtime environment. Node.js
  • Fastify: Fast and low overhead web framework for Node.js. Fastify
  • MongoDB: NoSQL database for storing application data. MongoDB
  • Mongoose: Elegant MongoDB object modeling for Node.js. Mongoose
  • Integration Testing: Utilizes Node.js assert module and Fastify's testing utilities for integration testing.