SAGA is an educational project aimed at achieving better attendance management. It also includes a section for news and library loans.
In this project, it is possible to use Yarn as an alternative to npm.
To run the server, start by navigating to the root directory of the backend
Once here, install the Yarn/npm dependencies.
yarn install
Development
If you are using it in a development environment, use:
yarn dev
Production
For production, use:
yarn star
To run the front-end view, navigate to the root directory of the frontend
While here, install the Yarn/npm dependencies, and we utilize Vite here.
npm install
Development
If you are using it in a development environment, use:
npm run dev
Production
For production, use:
npm run deploy
Made with ❤️ and JavaScript.