This backend has been created to learn about using AI to create a new array every week that does not repeat for the frontend equations
- clone project on computer
- pull from main branch
- run: npm install (to bring in all libraries)
- you will need a .env file. You will need to add this to it: PORT=5000
- i am using nodemon for testing, therefore while testing if you want to run the program once all the above steps are completed, run: npm run dev