Skip to content

gbasset/Paris-0919-P3-Jule-et-Lily

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

JULE ET LILY / WILDCODESCHOOL PROJECT 3

Project overview

Recast of https://juleetlily.com/ administration back-office

---- screnshots ---- Dashboard


Technologies used

  • REACT.JS & BOOTSTRAP to devellop the admin dashboard
  • Node.JS to create the server routes and database requests
  • 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

THE TEAM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 58.7%
  • CSS 41.0%
  • HTML 0.3%