https://movingday.netlify.app/
Moving Day is an application that helps users to look for a place to live. I've moved countries a couple of times and everytime I do, I dread looking for a new place. I want to offer others a simple tool that filters out spam, notifies them of listings that match their search criteria and most importantly, gives them peace of mind during stressful times.
Learn more about the project: https://www.alejandroaspinwall.ca/projects/movingday/overview/
Instructions
Clone this repository and run this command on your terminal.
npm install
Then run
npm install netlify-cli -g
npm install netlify-cli -g
Finally
netlify dev
The application should run on http://localhost:8888/ and will try to connect to the backend running on port 5000. Make sure you're running it as well. Backend code