Panay Tinapay Bakeshop Sales Consolidation by CSSWENG S12 Team 3
- Ang, Audric
- Dalisay, Andres
- Nadela, Cymon
- Pinawin, Timothy
- Salvador, Bryce
- Sy, Matthew
- Yabut, Angel
In order to run the app, first install the dependencies for both the backend server and frontend.
-
Navigate to the root folder and type
npm installThis will install the dependencies for the backend. -
Now, navigate to the
panay-appfolder:cd panay-app -
Install the dependencies for the frontend:
npm install -
To run the app, open two terminals; one for the root folder and one for the
panay-appfolder. Then, on both terminals, typenpm run dev. -
If you want to populate the database with sample data, type
npm run seedon another terminal.