A website to explore places, add them to your favourites, make detailed itinararies and share them with your loved ones!
The perfect website to plan your Travels!
Made using ReactJS, Node.js and MongoDB with Typescript. Users have to create an account and login to access the places data and visualize them.
live link -
Client: React, Redux, Typescript
Server: Node, Express
Database: MongoDB
live link -
Clone the project
git clone https://github.com/Tapesh-Vashisth/FliprHackathon.git
Go to the project directory
cd FliprHackathon
Install dependencies in both client and server folder
npm install
Start the client
npm start
Start the server
npm run dev