Skip to content

Mr0cket/standort-backend

Repository files navigation

CAIRN - /kɛːn/ - Man-made pile of stones. Often erected as a sign for future travellers

Go to the website

link

The idea

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.

User Stories

  1. As a user I am able to log in

    • name
    • email
    • password
    • profile picture
  2. As a user I am able to sign up

    • email
    • password
  3. 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
  4. 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

Project status board with user stories and release plan

Link to GitHub project board

Wireframes

User scenarios in Figma

GitHub links

Frontend repository - link

Backend repository - current

Stack

Frontend

JavaScript

Backend

About us

Run in development mode

Server starts on PORT=4000

  1. start server
npm run start
  1. start server with nodemon in development mode
npm run dev
  1. start server with delay on response
npm run devdelay

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published