If there was an app where tourists & locals could:
- ask questions,
- leave recommendations,
- give advice about places to visit in, and surrounding the city:
- what places to avoid,
- how to get to these places,
- what to prepare
- etc.
It would be very useful to help travellers get the best experiences out of their trip in the most convenient way.
-
As a user I am able to log in
- name
- password
- profile picture
-
As a user I am able to sign up
- password
-
As a user, I can create a post as thread or question or recommendation
- I can add pictures to my post
- Implementation: cloudinary hosts the images & creates “add image” popup
- I can add links to my post
- Implementation: add a small text editor to create posts
- I can add tags to represent the topic/activity I am posting about. App provides you There is a fixed list of tags which represent all types of activities
- I can add pictures to my post
-
As a user when I open the app I join the social space/feed of my current city/location
- App automatically get your location when you come to the page
Frontend repository - link
Backend repository - current
Server starts on PORT=4000
- start server
npm run start
- start server with
nodemon
in development mode
npm run dev
- start server with delay on response
npm run devdelay