Giter VIP home page Giter VIP logo

assignexpert's Introduction

AssignExpert

ci

AssignExpert is a web based platform for educational institutions to host and evaluate programming assignments.

Key Features

  • Execute code
  • Let a faculty create a class
  • Let a student join a class
  • Let a faculty create assignments with testcases
  • Let a student view assignment, submit code
  • Let a student see all personal submissions
  • Let a faculty see all submissions

...and many more!

To sandbox user-submitted code, we use Docker. To set it up, steps are mentioned below in this document.

Documentation

API documentation can be found here.

Setup

  1. Install Node (>=v16.0).
  2. Install Redis.
  3. Install PostgreSQL and a create a database with the name assignexpert.
  4. Install Docker.
  5. Run: bash scripts/docker-build.sh (this setup is data-intensive as it will download a lot of images from the internet).
  6. Prepare your .env file using the .env.example file.
  7. Do, npm install to install node level dependencies.
  8. Start your PostgreSQL server.
  9. Start your Redis server.
  10. Run: psql -d assignexpert < src/scripts/schema.sql.
  11. Do, npm run dev to start the server.

Contributing

Please read the organization standard.

Paper

Coming soon!

LICENSE

MIT

assignexpert's People

Contributors

viveknathani avatar varda0701 avatar ronak-malkan avatar nikhil-700 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.