Travel Record is a web application that allows you and your family members to color-code the world map based on the places you have visited. It provides a visual representation of your travels and helps you keep track of your family’s global adventures.
- Features
- Installation
- Usage
- Technologies Used - Node,Express,EJS,PostgreSQL
- User authentication
- Individual user maps with color-coded countries
- Family map that aggregates all members’ travels
- Responsive design
- Node.js
- PostgreSQL
- Clone the repository:
- git clone https://github.com/Kirtikaa25/travel_record
- cd travel_record
cd backend
npm install
DATABASE_URL=postgres://username:password@localhost:5432/yourdatabase
SESSION_SECRET=your_session_secret
npx sequelize-cli db:migrate
npm start
The frontend part of this project is integrated with the backend using EJS templates.
Visit http://localhost:3000 in your web browser. Start coloring the map by selecting the countries you have visited. View your family’s aggregated travel map.