This is a simple application for collecting, viewing and archiving timesheet records.
A demo is available at http://lesspaper.work
- Backend: Node.js, Express
- Frontend: React
- Database: PostgreSQL
- Containerization: Docker
- Backend:
cd backend && npx tsc --noEmit - Frontend:
cd frontend && npx tsc -b
- run npm run dev at the /backend directory to start the backend
- run npm run dev at the /frontend directory to start the frontend
- run npx build ./src at the /backend directory to start the backend
- run vite run build at the /frontend directory to start the fronte
Licensing terms to be decided