/Cafe-Advisor

Primary LanguageJavaScript

Café Advisor ☕️

Intro

  • This is a web application that allows you to search for coffee shops, create posts

    with images/star ratings/text reviews, and leave comments

  • You will need to register an account to unlock full functions (making posts, leaving comments, etc.)

To Run this APP

  • This APP has been deployed on Render:

    https://cafe-advisor.onrender.com/

  • If you prefer to run it locally, clone this repo and type:

    npm start
    

    in your terminal, and APP will run on PORT 3000.