Skip to content

Sacheerc/Eco-travels-and-tours

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm version Website myfakewebsitethatshouldnotexist.at.least.i.hope PyPI license

Eco-Travels

enter image description here

Introduction

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.

Main Project Structure

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.

Config application

  • 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

Installation

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

Angular Application Folder Structure

enter image description here

Developers

Dinuka Kasun Medis Sachintha Rathnayake Kusal Kalhara Tharushi Jayasekara Maneesha Maduwanthi

About

Tour reservation and management system. MEAN stack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •