Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.
/ scalio Public archive

Weight tracking web app that tracks progression over time

Notifications You must be signed in to change notification settings

chiptopher/scalio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scalio

weight tracking web app that show progression over time

scalio is a web app allowing you to keep track of your weight loss project over time. Click here to create an account and get counting, or look below if you want to run or contribute to the project yourself!

Build Status

Getting Started

These instrcutions will get a copy of scalio running locally on your machine for development, testing, and trial purposes.

Dependencies

You're going to need these before you get started:

Building the Application

Backend

  1. Navigate to the api/ folder
  2. Create a virtual environment with python3 -m virtaulenv venv, and activate it with source venv/bin/activate
  3. Install the dependencies with pip install -r requirements.txt
  4. Start the api with python run.py

Frontend

  1. Navigate to the web/ folder
  2. Run npm installfrom the terminal to download the dependencies
  3. Run npm start and then navigate to localhost:4200 and start using scalio.

Running the Tests

Backend

From the api/ folder, run python -m unittest discover test to run all of the api tests.

Frontend

From the web/ folder, run npm run unit to run all of the front-end unit tests.

Contributing

Guidelines for contributions can be found here and our Code of Conduct can be found here. Feel free to open an issue if there are problems with scalio or you want to submit a feature request.