FindSpace

⭐ Overview

Findspace is a platform where unused work/desk spaces are listed by companies or individuals to be used freely by students. Students browse through available listings and make a request to use the desired space.The owner of the listing must then accept the request for the match to occurr.

🚀 Deployment

Heroku: Link


🛠️ Built With

  • React
  • React Router Dom
  • Node
  • Express

Instructions

To download the repo do

git clone https://github.com/tobyau/findspace.git

When you open up the project on your text editor or IDE, make sure to install all dependencies for front end and back end by typing these commands in your terminal

npm install 
cd client
npm install 
cd .. 

Make sure to open up 2 terminals to run both frontend and backend servers

Terminal 1: start back end server

npm start

Terminal 2: start front end server

cd client
npm start