This application allows users to look up information on places to visit whilst on holiday or in their neighbourhood. Database includes places like world cities, historical sites, countryside areas, recommended restaurants, pubs, bars. Users can also add new points of interest to the database, add a review or recommend a place.
Technologies used:
- Node.js
- Express.js
- MySQL
- TailwindCSS
- Clone or download the repo
npm installto install all necessary packagesnode app.jsto start the server ORnpm run devto allow for automatic server restarts- Run
npx tailwindcss-cli@latest build ./public/style.css -o ./public/allstyles.cssto build tailwind - To build for production
NODE_ENV=production npx tailwindcss-cli@latest build ./public/style.css -o ./public/allstyles.css
check .env file for environment variables









