Skip to content

webtech-network/app-grader-builder

Repository files navigation

app-grader-builder

Frontend application for the Grader Builder service.

Environment Configuration

This application uses environment variables to configure backend API URLs.

Create a .env file in the root directory (a .env.example is provided as template):

REACT_APP_API_BASE_URL=http://localhost:8000
REACT_APP_CONFIG_API_URL=http://localhost:8001

These variables configure:

Running the application

IMPORTANT!!!

  • You need to have autograder core running in order to properly fetch the templates API. We will later work on a script that automates this requirement

install dependencies

npm i

start the dev server

npm start

Head to http://localhost:3000 in your browser and have fun :)

If you're a dev here, make sure to follow good commit and push practices. Don't be like Arthur Drumond!!

About

Frontend application for the Grader Builder service.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages