Skip to content

401-Midterm-CF/Name-TBD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Name-TBD

LinkedIn GitHub
LinkedIn GitHub
LinkedIn GitHub
LinkedIn GitHub

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

-> 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:

UML


Schema:

Schema

(back to top)

Frameworks

Examples Below:

(back to top)

Project Dependencies

Prerequisites

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
    

Installation

  • Any installations required.

(back to top)

Usage

For reference on where to sue out App

(back to top)

Roadmap

  • 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).

(back to top)

Contributing

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

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

(back to top)

Acknowledgments

-> Any we have along the way.

(back to top)

Change log

11/13/2021 - Anthony Morton

first commit

  • 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

second commit

  • index.js

    • added connectiong to mongoDB via process.env.MONDGODB_URI to all heroku to allow connection to MongoDB
  • created.env

    • added MongoDB URI

third commit

  • 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

About

401-Midterm Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •