/nodeMathGen

A Math Worksheet Generator web app for Primary and Secondary Irish school students. The main aim for this educational tool is to help Teachers monitor student’s current ability in the different sections of the maths course.

Primary LanguageJavaScript

How to run the Math Worksheet Generator (MWG)

  1. How to install Docker -

    1. Install Docker Here
  2. How to start MonogDB with Docker -

    1. Navigate to root of terminal.
      $ mkdir ~/data
      $ sudo docker run -d -p 27017:27017 -v ~/data:/data/db mongo
  3. How to run App locally -

    1. Navigate to working directory ../nodeMathGen/mathGenApp
      $ npm run start
  4. How to run App in docker -

    1. Navigate to directory containing the DockerFile.
      $ docker build -t math-app .
      $ docker run -d -p 3000:3000 --network host math-app
  5. Navigate to http://localhost:3000/

    1. Signup