/Campground_Yelp

Colt's yelp campground project built with React, Nest.js, PostgreSQL, and typescript. Integration testing covered by cypress.

Primary LanguageTypeScript

README

About

The idea comes from the yelp by Colt.

Online Preview: https://kate-yelp.netlify.app

Tech stacks

Frontend

  • Mapbox for campground locations

  • Formik and Yup for form validation

  • styled-component for component styling

  • Typescript as the main programming language

  • cypress for integration testing at frontend side

Backend

  • Typeorm to define table and relationships in PosgreSQL
  • Nestjs for CRUD, and access/token authentication
  • Store images using cloudinary

Todo

  • Frontend Side
    • Integration testing using cypress at frontend side
  • Backend side
    • mark campground at backend side
    • Add more campground data for mapbox visualization