Skip to content

Track and visualise the countries you've visited with ease using Travel Tracker.

Notifications You must be signed in to change notification settings

ManishaBose/Travel-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TRAVEL TRACKER

Description

The Travel Tracker App allows you to easily keep track of all the countries you have visited. Simply add the names of the countries you've been to using the input bar above, and the app will maintain a record for you. It uses Node.js and Express.js on the backend, EJS (Embedded JavaScript) and CSS for frontend, and PostgreSQL for the database.

Travel Tracker Screenshot

Setup

  1. Clone the repository:
git clone https://github.com/ManishaBose/Travel-Tracker.git
  1. Install the dependencies:
npm install
  1. Create a .env file in the rool of the project and add the following lines:
PORT="3000"
DATABASE_URL="postgresql://world_owner:E0TYLo2RWuUz@ep-delicate-queen-a1gxmygl.ap-southeast-1.aws.neon.tech/world?sslmode=require"
  1. Run the application:
node index.js

Usage

Visit http://localhost:3000 in your browser to start using the app.

About

Track and visualise the countries you've visited with ease using Travel Tracker.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published