Quizard - not your regular quiz website! This uni project is designed to help you gain knowledge about all kinds of topics! We (the quizards 🧙🧙♀️🧙) want to test YOU! Just follow the instructions to build the page and start! 🔮✨
- clone the repository from GitHub:
clone https://github.com/majaguenther/webprogrammierung.git
- Open a Terminal in the project
.\start.bat
to install npm and start backend and frontend- the project should open at
localhost:3000
in your default browser - if it doesn’t, type (localhost:3000) in the url line
If this is not working, try:
- type
cd backend
,npm install
andnode server.js
to start the backend - open a new terminal
- type
cd frontend
,npm install
andnpm start
to start the frontend - the project should open at
localhost:3000
in your default browser - if it doesn’t, type (localhost:3000) in the url line
We used React JS and Node JS in this project