Skip to content

Staybnb/Description

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This component displays the desription for each listing in the Staybnb application.

Related Projectts

Launching the application locally

Before the microservice can be run, a MySQL database needs to be set up to store the description table. Follow the steps below to initialize a schema and populate the table.

# download dependencies
npm install

# set up MySQL schema
go to your root directory
mysql -u root < database-mysql/schema.sql

# populate database
npm run seed

# start server on localhost
npm run server-dev

# run webpack to build client bundle
npm run react-dev

About

Airbnb Listing Description Clone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published