This is a pet project to make a Classifieds ad System
how to setup local development environment and start contributing
Navigate to /api and run npm install
Navigate to /web and run npm install
follow the ReadMe found at /api/README.md for further details on how to run the API and database
To start the web project run cd web/ and then npm start