This project is a simple and functional data dashboard for managing and displaying tabular data. It is designed for educational and development purposes.
- Frontend:
- Angular
- Bootstrap
- Typescript
- Backend:
- Express.js
- Node.js
- Typescript
# frontend
cd frontend
npm install
ng serve
#backend
cd ../backend
npm install
npm startcd frontend
npm install
ng build --prod
cd ../backend
npm install