Skip to content

Latest commit

 

History

History
74 lines (51 loc) · 1.69 KB

README.md

File metadata and controls

74 lines (51 loc) · 1.69 KB

SA-Tourism

Live site:

GitHub Repository:


Project Overview:

SA-Tourism is a tourism based web application for South Asian spots where tourists can get details of spots and plan for future tour.

Features:

  • All Device Responsive
  • tailwind CSS
  • Awesome dark theme support
  • Toast Message and sweet-alert2
  • aos, swiper and animate.css Implementation
  • Environment Variable configuration
  • Regex with Valid email, Uppercase letters, lowercase letters and 6 characters in password
  • Protected routes
  • Local Storage and API post configuration with Protected route

npm Packages

  • npm i cors
  • npm i dotenv
  • npm i express
  • npm i mongodb
  • npm i nodemon

Getting Started

To run this React project on your local machine follow the instructions-

Prerequisites

Before you begin, ensure you have the following installed on your local machine:

Installation

  1. git clone https://github.com/khaledssbd/SA-Tourism-project-server-side
  2. cd SA-Tourism-project-server-side
  3. npm install
  4. npm run dev

Open http://localhost:5000 to view it in the browser.