Skip to content

CS 5610 Final Project - Pratik Sahu & Phwe Thant Chay

Notifications You must be signed in to change notification settings

PhwayThantChae/airbnb-clone-chat-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • brew install vite
  • brew install yarn
  • yarn create vite client
  • cd client
  • yarn
  • https://tailwindcss.com/docs/guides/vite
  • yarn add tailwindcss postcss autoprefixer
  • npx tailwindcss init -p
  • yarn dev
  • yarn add react-router-dom
  • yarn add axios
  • yarn add date-fns
  • yarn add react-input-range
  • yarn add react-image-gallery
  • yarn add @heroicons/react@v1
  • cd ../api
  • yarn add express
  • yarn add nodemon
  • yarn add cors
  • yarn add mongoose
  • yarn add dotenv
  • yarn add bcryptjs
  • yarn add jsonwebtoken
  • yarn add cookie-parser
  • yarn add image-downloader
  • yarn add multer
  • yarn add api --save
  • yarn add axios
  • yarn add @aws-sdk/client-s3

About

CS 5610 Final Project - Pratik Sahu & Phwe Thant Chay

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.6%
  • Python 3.9%
  • Other 0.5%