/Quizato

Quizato is a MERN stack web application where you can make account, take some quizzes and leave reviews to the quiz too.

Primary LanguageJavaScript

Quizato 🎲

Quizato is built with the latest MERN technologies, It is a simple quiz application where users can signup/login and answer some quizzes question besides submitting review functionality after taking the

There is a user settings page and many great features which will be clearly seen in the live preview.
live preview 🚀


Get Started

Installing depencicees

    cd server
    npm install
    cd ../client
    npm install

Add Environment

in /server folder create .env file and put all the keys existed in .env.sample file in it and add your convenient values

Repeat the previous step in /client folder too.

Start Development

Once you finished you can go to /server and start local server instantiation

npm start

Repeat the previous step in /client folder too.

npm start

Now frontend and backend are working and you can start development 😀.


Technologies used

Technology Source
Frontend framework react
React state management redux
UI library mui
Backend nodejs
Database mongodb
mongodb object modeling mongoose
Authentication jwt
Cloud Storage cloudinary
Mail Service sendgrid