Skip to content

pateljanvi03/restaurant-billing-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant Billing Server

This is learning project made for Restaurant Manager to manage Billing & Tables. built using Node.js, Express, and Mongoose.

Installation

Clone the repo:

git clone --depth 1 https://github.com/pateljanvi03/restaurant-billing-server.git
cd restaurant-billing-server

Install the dependencies:

npm install

Set the environment variables:

cp .env.example .env

# open .env and modify the environment variables (if needed)

Commands

Running locally:

npm run dev

Running in production:

npm run start

To Imporve

  1. JWT Refersh
  2. Cleaner code with better boilerplate

Releases

No releases published

Packages

 
 
 

Contributors