Table of Contents
-> Here is where we post a Blurp about the Project.
Problem Domain:
- Why did we build this project.
Project Management Board:
(https://trello.com/b/wxY50tfV/401-trello)
UML:
Schema:
Examples Below:
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Any installations required.
For reference on where to sue out App
- Add Changelog
- Add back to top links
- Add Additional Templates w/ Examples
- Add "components" document to easily copy & paste sections of the readme
- Multi-language Support
- Chinese
- Spanish
See the open issues for a full list of proposed features (and known issues).
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt for more information.
Anthony Morton - AnthonyMorton760@gmail.com
Bryce Pfingston - bryce.pfingston@gmail.com
Jacob Gregor - jake_gregor@icloud.com
Valton Jones - jones.trae@gmail.com
Project Link: GitHub
-> Any we have along the way.
11/13/2021 - Anthony Morton
-
Created package.JSON
- Dependencies added: express, dotenv, nodemon, axios, supertest, jest
-
Created index.js (server entry point)
-
Created server.js
- Server is up and running
- server get has been created
-
Created routes folder
- created quizAPI.js
- created userStats.js
- need to finish making crud routes
- created get all users function
-
Created tests folder -created apiTest.test.js -no tests created
-
Created model folder
- created user.js
- user.js
- created user.js
-
index.js
- added connectiong to mongoDB via process.env.MONDGODB_URI to all heroku to allow connection to MongoDB
-
created.env
- added MongoDB URI
- user.js
- changed variable names
- userStats.js
- finished get all users function
- need to adjust create user function. Able to save to the db, but is not creating a proper user
- server.js
- added get and post for create user and get all users

