This project is a simple web server written in Javascript using Nodejs and Mongodb, with the purpose to save and list gym exercises.
This project is built with
- Prerequisites
- npm
npm install npm@latest -g
- Installation
- Clone the repo
git clone https://github.com/fernancumez/fitness-api.git
- cd into folder
cd fitness-api
- Download dependencies
npm install
- Run
npm run build
&&npm run start
for production mode - Run
npm run dev
for development mode
Distributed under the MIT License. See LICENSE
for more information.
Fernando Cúmez - @fernancumez - fernancumez@gmail.com
Project Link: https://github.com/fernancumez/fitness-api