MEAN stack (MongoDB, Express, Angular,Node.js) based application for online table, food and other facility reservation and booking. The project contains with well guided comments and MVC (Model, View, Controller) architecture.
There are three efferent major applications for
- Front end client application
- Front end admin application
- Back end node express application
you have to configure above application one by one separately. Follow the installation instructions.
Preferred Editor : Visual Studio Code (You can use your own java script editor )
- Clone the repository in to your local machine
- Open the root directory(club) from Visual Studio Code.
- Open three new terminals and type following commands
cd frontend
npm install
ng serve --open
cd admin
npm install
ng serve --port=8080 --open
cd backend
npm install
nodemon start
Dinuka Kasun Medis | Erandika Harshani Hettiarachchi | Kent Peter Stainwall | Ishan Vinod Sugathadasa |