Organised Serving and cooKing Application
Repository maintained for creation of the centralised management software meant to be used for the Japanese Themed Cafe in Synergia 2k24
To run the project, follow these steps:
- Ensure you have Node.js and npm installed on your system.
- Install
nodemon
globally if you plan to use the dev scripts:npm install -g nodemon
- Navigate to the
backend
directory:cd backend
- Install the dependencies:
npm install
- Start the backend server:
- For production:
npm start
- For development (with hot-reloading):
npm run dev
- For production:
- Navigate to the
webapp
directory:cd webapp
- Install the dependencies:
npm install
- Start the web application:
- For production:
npm start
- For development:
npm run dev
- For production: