Skip to content

pano9000/freeCodeCamp_backend_exercise-tracker

Repository files navigation

Exercise Tracker (Work in Progress)

My solution work in Progress for the Exercise Tracker project from freeCodeCamp.

Current Status (2023 May 23):

  • freeCodeCamp tests are passing (using "api v1")
  • Backend Validation is DONE
  • Frontend work using Vue.js is WIP
    • concentrating on creating a based UI, mocking an "Admin Interface"
  • MongoDB Schemas can still be optimized (relations need to be modelled still)

Planned Additions:

  • User Auth

Backend:

  • Nodejs
  • Express (for the HTTP Server)
    • express-validator - for validation of incoming data
    • express-rate-limit - for rate-limiting incoming requests
  • MongoDB via Mongoose

FCC Ressources

About

My WIP for the Exercise Tracker project from freeCodeCamp

Resources

Stars

Watchers

Forks