Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 516 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 516 Bytes

FitnessAppBack

Backend for our fitness App. This project requires both FitnessAppFront and FitnessAppBack repositories running at the same time.

Table of contents

Technologies

  • Express - version 4.16.1
  • Sequelize - version 5.21.12
  • pg - version 8.2.1

Setup

Clone this repository and our frontend repository

Usage

For Windows users:

npm install
npm run dev_windows