rodolphe37 / checkpoint4-circus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

checkpoint 4

Janvier 2020

The Wild Circus

(FrontEnd => React (Hooks) and Redux) (BackEnd => Express and MySQL)

Demo

Author

License

Start Project


Demo


Movie Demo

!Demogif


pictures Demo

!Demopng


Tech Stack

You must have at minimun these versions for greats performances and good compatibility

Version of Node js

  • v8.16.2 minimun

Author

  • Rodolphe Augusto

License

  • MIT.

Start project

Warning !

this application React works with a Backend [Backend for this app](api folder, start on port 8000)

DB_USER=YourDbUser, DB_NAME=circus, DB_HOST=localhost , DB_PASSWORD=(YourDbPassword)

Do in the console :

  • $ cd api

  • $ npm i or $ npm install

to install the dependencies and

  • $ npm run dev

to start backEnd project.


after that Do in the console :

  • $ cd ..

to return to the parent folder, and do

  • $ cd client

to going to our frontend folder, then doing:

  • $ npm i or $ npm install

to install the dependencies and

  • $ npm start

to start frontEnd project.

enjoy!!!

About


Languages

Language:JavaScript 80.6%Language:TSQL 8.1%Language:CSS 7.6%Language:HTML 3.6%