NikhilKalloli / Family-Travel-Tracker

Track the countries of family members, they have visited. The below link is a free instance. Hence it needs some time to spin up:)

Home Page:https://family-travel-tracker-yubq.onrender.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Family-Travel-Tracker

Family Travel Tracker is a web application that allows users to track the countries they have visited. It includes features such as adding new countries, managing users, and displaying statistics. PostgreSQL database is used to store the track of countries.

Key Features

  • Country Tracking: Easily add countries from your visited list.
  • User Management: Create and manage user profiles with unique colors for personalization.
  • Statistics: View statistics about the total number of countries visited and unique countries per user.
Family-Travel-Tracker.mp4

Installation 🛠️

  1. Clone the repository:

    git clone https://github.com/NikhilKalloli/Family-Travel-Tracker
    
  2. Navigate to the project directory:

    cd Family-Travel-Tracker
    
  3. Install dependencies:

    npm install
    
  4. Set up environment variables:

  • Create a .env file based on the provided .env.example
  • Configure your PostgreSQL connection string from Render.
  1. Initialise the Database:

    node init.js
    
  2. Start the application:

    node index.js
    

Contributing

Contributions are welcome! If you have any improvements or new features to suggest, please create a pull request.

Enjoy playing the with the code! If you have any questions or issues, feel free to open an issue.

License 📑

This project is licensed under the MIT License. Feel free to use and modify the code for your own projects.

Connect with Me

Twitter LinkedIn

Feedback

If you have any feedback, please reach out to me at nikhilkalloli0097@gmail.com

About

Track the countries of family members, they have visited. The below link is a free instance. Hence it needs some time to spin up:)

https://family-travel-tracker-yubq.onrender.com

License:MIT License


Languages

Language:EJS 86.6%Language:JavaScript 7.4%Language:CSS 6.0%