This is a simple web application built with Node.js, Express, PostgreSQL, and EJS. It allows users to track and visualize the countries they have visited on a world map.
- Add a country you have visited
- Store visited countries in a PostgreSQL database
- Display a world map with highlighted visited countries
- Prevent duplicate country entries
- Provide error messages for invalid inputs
- Backend: Node.js, Express.js
- Frontend: EJS,
- Database: PostgreSQL