/YelpCamp

A full-stack project application for Colt Steele's Web Developer Boot camp.

Primary LanguageHTML

YelpCamp

My first ever CRUD application. This application was built primarily to better my understanding of server-side rendering and interfacing with a non-relational database.

Screenshots

Landing

Landing

Index

Index

Reviews

Reviews

Build Stack

JavaScript

Client

Server

Authentication

Usage

Add a MongoDB URI as the value for DB_URI env variable
Add a PORT env variable or it defaults to 3000
npm install
npm start