MEAN stack (MongoDB, Express, Angular,Node.js) based application for online tour 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.
- Rename "keys.js.example" file to keys.js in api/src/config/
- Open the keys.js file and replace relevant fields with your api-keys
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(Eco-travels-and-tours) from Visual Studio Code.
- Open three new terminals and type following commands
cd client
npm install
ng serve --open
cd admin
npm install
ng serve --port=8080 --open
cd api
npm install
nodemon start
Dinuka Kasun Medis | Sachintha Rathnayake | Kusal Kalhara | Tharushi Jayasekara | Maneesha Maduwanthi |