MuscleMate / BackEnd

API for MuscleMate app
3 stars 0 forks source link

MuscleMate API

This is backend repo of a MuscleMate application. You can find front-end repo here.

Requirements

You are going to need Node.js (LTS version) and npm (it's included with Node.js)

Project instalation

Instalation for windows:

git clone https://github.com/MuscleMate/BackEnd.git
cd ./BackEnd
npm install
npm run dev