Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.3 KB

README.md

File metadata and controls

55 lines (36 loc) · 1.3 KB

Getting Started with Easy-Quizy

React web application using storybook, chakra-ui, routing, express, cors, authentication, axios. Application to set the teachers and students environment; teachers may publish and edit exam inorder to test the students.

Initialize Project - downloading dependecies

# Backend deps 
npm install 

# Frontend deps 
cd frontend 
npm install

Run Application

cd ..
npm run dev

User access with built in exams:

email: koliakovcr7@gmail.com password: 12345

Available Scripts

In the backend directory, you can run:

npm start

Runs the backend server.js with node on localhost:5002

npm run server

Runs the backend server.js with nodemon on localhost:5002

npm run client

Runs the react-app on localhost:3000

React App http://localhost:3000 to view it in your browser.
express http://localhost:5002 server: users and exams requests to atlas mongodb. (.env file for demonstration)

npm run dev

Runs both backend and frontend.

In the frontend directory, you can run:

npm run storybook

Runs the storybook tool for UI development.

npm run build-storybook

Build a storybook static file.