FakeCraigsList

FakeCraigsList is a simple web application that mimics the functionality of Craigslist. It allows users to post and browse items for sale.

It was developed as part of the Fullstack Academy curriculum. We used an API provided from the Academy.

Authors

Run Locally

Clone the project

git clone https://github.com/mayamauchi/FakeCraigsList

Go to the project directory

cd FakeCraigsList

Install dependencies

  npm install

Start the server

  npm run start