Skip to content

tylrtnguyen/examine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Examination System Assignment

Author: Thong Ba Nguyen

Technology used:

  1. Frontend
  • React
  • Material UI
  1. Backend
  • Flask
  • Swagger UI for REST API documentation and testing
  • SQLite

Completed Features

  • Authentication and Authorization
  • Database Diagram
  • Landing Page
  • REST API with swagger UI integrated

Future Improvement

  • Admin Dashboard
  • Examinee Dashboard
  • The Exam UI

🚀 Quick start

  1. Install Node.js using NVM.

    nvm install node
  2. Install dependencies

    npm install
  3. Start development sever

    Your site is now running at http://localhost:3000!

    # Start frontend development
    npm run start
    # Start backend development
    npm run start-api

About

An examination system built with Python 3, Flask, React.js and Material UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published