Skip to content

cpu-ram/timesheet-tracker

Repository files navigation

Timesheet Tracker

Overview

This is a simple application for collecting, viewing and archiving timesheet records.

A demo is available at http://lesspaper.work

Technologies Used

  • Backend: Node.js, Express
  • Frontend: React
  • Database: PostgreSQL
  • Containerization: Docker

Setup

Type Safety Checks

  • Backend: cd backend && npx tsc --noEmit
  • Frontend: cd frontend && npx tsc -b

Dev

  • run npm run dev at the /backend directory to start the backend
  • run npm run dev at the /frontend directory to start the frontend

Prod

  • run npx build ./src at the /backend directory to start the backend
  • run vite run build at the /frontend directory to start the fronte

License

Licensing terms to be decided

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors