This is learning project made for Restaurant Manager to manage Billing & Tables. built using Node.js, Express, and Mongoose.
Clone the repo:
git clone --depth 1 https://github.com/pateljanvi03/restaurant-billing-server.git
cd restaurant-billing-serverInstall the dependencies:
npm installSet the environment variables:
cp .env.example .env
# open .env and modify the environment variables (if needed)Running locally:
npm run devRunning in production:
npm run startTo Imporve
- JWT Refersh
- Cleaner code with better boilerplate