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.
- Clone the repository:
git clone https://github.com/ManishaBose/Travel-Tracker.git
- Install the dependencies:
npm install
- 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"
- Run the application:
node index.js
Visit http://localhost:3000 in your browser to start using the app.