Skip to content

Paul-Arnaud/wild_circus_checkpoint_4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WILD CIRCUS

Project overview

Website for the fake circus company « WILD CIRCUS »

The site is divided in four screens :

  • The 'Home' screen wich presents the Wild Circus company and what kind of performance usulay takes place in their circus.
  • The 'Performances' screen listing all the scheduled performances of the wild circus and where you can make a reservation for a performance.
  • The 'Map' screen wich shows a map of all the Wild circus around the world.
  • The 'Gallery' screen where you can see photos of the performances.

---- screnshots ----

HomePerformances ReservationsMap Gallery

----

Technologies used

  • REACT.JS for the front of the site
  • Node.JS for the API
  • MYSQL for the database

Installation

Install packages in both ./back and ./front folders

npm install 

Install the sample database using the script in ./back/bdd/ folder
Create a .env file in ./back folder using the following model

DB_HOST=your database host
DB_PORT=your database port
DB_USER=your database user
DB_PASS=your database password
DB_DB=your database name

Usage

run start script in ./back then ./front folders

npm start

Made by

About

Website for the fake circus company « WILD CIRCUS »

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published