My social media website, made for the Syntax competition at SMK Telekomunikasi Telesandi Bekasi.
- Clone Repository
git clone https://github.com/DrelezTM/TelsTweet.git
- Install Modules
npm install
- Upload Database
- Create a database with the name "telstweet" in MySQL/phpmyadmin
- Click "Import"
- Click "Choose File" then insert the telstweet.sql file in the /database/telstweet.sql folder.
- Start Project
npm run dev