Skip to content

This project is a Node.js API based on REST principles. It serves states of exercises, training plans and user status for a FitnessApp client.

Notifications You must be signed in to change notification settings

mancristiana/FitnessAppAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fitness App API

This is a back end solution for Fitness App project. A demo is deployed here on https://sleepy-sea-10905.herokuapp.com/api

Instalation

In order to run the source code you must have Node.js and npm installed. To install the required dependencies open a terminal and run the following command:

npm install

This will add needed node_modules described under "dependecies" in the package.json file.

Finally you can start the project locally by running:

node index.js

About

This project is a Node.js API based on REST principles. It serves states of exercises, training plans and user status for a FitnessApp client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published