Tools: NextJS + Material UI, ExpressJS, PostgreSQL, Docker, Nginx
Install Docker
Download Docker Desktop from
https://www.docker.com/get-started
Create account and Login
Run the below command (Docker Compose)
Use localhost:3000 for seeing result
For api you can use localhost:3000/api
Have fun on coding
NEXT_PUBLIC_ENTRYPOINT_URL from http://localhost to http://nginx
docker-compose -f docker-compose.dev.yml build
docker-compose -f docker-compose.dev.yml up
or you can use
npm start
docker-compose -f docker-compose.dev.yml up -d
docker-compose -f docker-compose.dev.yml down
or
npm run clear
[Group Number] : [Type] message && [Type] message ...
[G00] : [ADD] User Page && [FIX] Bug in Course Bundle
git remote add upstream https://github.com/CS20-SIT/Eduroom.git
git fetch upstream
git pull upstream master
git push -u origin master
docker-compose -f docker-compose.dev.yml run eduroom_backend sh
node src/database/seeder.js -i
node src/database/seeder_patch.js -i
exit
cd eduroom_benchmark && npm start && cd ..
or
npm run benchmark