Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 675 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 675 Bytes

Run Tracker

Install

npm install


Things to add

  • Create a .env file in config folder and add the following as key = value
    • PORT = 3000 (can be any port example: 3000)
    • DB_STRING = your database URI

Run

npm start

Description

Track each run to monitor progress over time.

Built With

  • Javascript
  • SCSS
  • EJS

Enhancements

  • Add user authentication
  • Update to MVC architecture
  • Update front end from EJS to React
  • Add edit functionality
  • Update fonts
  • Add data visualization