Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 768 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 768 Bytes

SightSeeker Backend

This project was created as a Final project for WBS Boot Camp.

Group members

Adam: https://github.com/AdamN89 Stephan: https://github.com/StephanUllmann Puri: https://github.com/Parimaru Miroslav: https://github.com/mrkyns

Project idea

The idea of the project is to create a web app for planning travel that can be easily shared with your friends and family.

Tech Stack

  • React
  • Node.js
  • Express
  • MongoDB
  • Vanilla CSS

Project Frontend:

https://github.com/AdamN89/SightSeekerFront

Project deploy

https://sightseeker-backend.onrender.com/

Project clone

After cloning the project to your local machine, do not forget to run:

npm i or npm install

so you install all components inside of your node_modules.