/Broaden-io-server

Server for rubrics dashboard site

Primary LanguageJavaScript

BROADEN.IO Backend

broaden.io

Table of Contents

BROADEN.IO

Backend API Server that supports the Single Page application that allows students to achieve measurable feedback by giving them tools for diagnostic, self-assessment through rubrics created by educators. This is project for Make School. You can reach us at through our contact below.

FrontEnd Repro -- GitHub: https://github.com/Jeffchiucp/Rubrics-Frontend

Authors

For the Back-end side, we use Express, Node JS, Sequelize to handle our API server.

Development

npm install
npm start

This will start an express app at http://localhost:8000.

Production Build

npm run build
npm run build:start

This will create a production build and will start a server at http://localhost:8000/

License

This project is licensed under the MIT License - see the LICENSE. file for details