Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 870 Bytes

README.md

File metadata and controls

40 lines (21 loc) · 870 Bytes

HeadStart Alison Tool

This tool is made to automate and make the journey faster by analysing Alison learners and courses spreadsheets

Front end

Made using reactjs

In the frontend directory, you can run:

npm run start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes automatically.\

Various arrays from database stored in state to aid efficiency and to stop multiple api calls

Courses api

Made using NodeJS

In the courses-api directory, you can run:

npm run start

All courses related apis are made here using Sequelize. \

All data is anonymous and uses IDs

Learners api

Made using NodeJS

In the courses-api directory, you can run:

npm run start

All learners related apis are made here using Sequelize