Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.
/ inside-airbnb Public archive

📌 Implementation of the Inside Airbnb data for Amsterdam. Made for the NOTS WAPP course at HAN University of Applied Sciences.

Notifications You must be signed in to change notification settings

niels-bosman/inside-airbnb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InsideAirBnb

Contributing guide

Prerequisites

  • .NET 6.0 or higher
  • Docker
  • Node
  • NPM or Yarn

Setting up the docker environment

Setting up the docker images only requires one command

docker-compose up -d

Starting the API

This requires the dotnet CLI to be installed on your system.

cd api

dotnet run

# or if you want to run it in watch mode

dotnet watch

Setting up the front-end

Installing all necessary dependencies

cd client

npm install

# or if you want to use yarn

yarn install

Starting the development server

npm run dev

# or if you want to use yarn

yarn dev

About

📌 Implementation of the Inside Airbnb data for Amsterdam. Made for the NOTS WAPP course at HAN University of Applied Sciences.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published