Skip to content

ecs198f/Project-3-RentWell-Server

Repository files navigation

Getting Started

  1. Follow the project prompt to host the server on repl.it. Make sure you make the server public before submitting the project so that we can grade the assignment

  2. Install server dependencies with npm install

  3. Run the server with npm run start or click the 'Run' button on repl.it

Do not put any sensitive data on the server

Housing Post Object

column data class type database type
id Int INTEGER
email String TEXT
type String TEXT
bed Int INTEGER
bath Int INTEGER
price Int INTEGER
covidTested String TEXT
moveIn String TEXT
location String TEXT
desc String TEXT
date String TEXT
image String TEXT

API Endpoints

request type endpoint returns
POST /images/upload ImageUploadResponse
GET /images/{imagename} Binary for Image
POST /housing Message
GET /housing/all List<Post>
GET /housing/{id} Post

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •