Joaodss / TradeIn-Website

1 stars 0 forks source link

TradeIn-Website

About The Project

Important This project complements https://github.com/Joaodss/TradeIn-Website-client

Required Thecnologies

Project Setup

CREATE DATABASE TradeIn;

CREATE USER 'tradeIn-admin'@'localhost' IDENTIFIED BY 'tradeIn-123';
GRANT ALL PRIVILEGES ON TradeIn.* TO 'tradeIn-admin'@'localhost';
FLUSH PRIVILEGES;