Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauryiv/student-statistics-back-end
https://github.com/mauryiv/student-statistics-back-end
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mauryiv/student-statistics-back-end
- Owner: MauryIV
- Created: 2024-04-26T02:38:23.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-26T18:13:37.000Z (9 months ago)
- Last Synced: 2024-10-15T05:23:36.464Z (3 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
This application is a great reference for a back-end layout using MongoDB's Mongoose. This is good for working with something new, and having a different layout than before. Can reference this for creating your own back-end DB.## Table of Contents
- [Title](#title)
- [Description](#description)
- [Badges](#badges)
- [Visuals](#visuals)
- [Installation](#installation)
- [Usage](#usage)
- [Tests](#tests)
- [Questions](#questions)
- [Roadmap](#roadmap)
- [Contributing](#contributing)
- [Authors and Acknowledgment](#acknowledgment)
- [License](#license)
- [Project Status](#status)
## Badges
![Maury Hughes IV](https://img.shields.io/badge/Maury%20Hughes%20IV-5A2BE2)
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
## Installation
This would require the user to instal MongoDB, as well as running npm install to get all the dependencies listed in package.json.
## Usage
This would be best used as a reference for creating your own backend application. Can refer to the layout format or the way Mongoose is used.
## Tests
I tested the routes using Insomnia. User would likly want to use something like Insomnia to test the routes after the seeds are run to make sure you are getting expected results.
## Questions
If you have any questions about the contents. Please feel free to reach out!
Here is my [Github](https://github.com/MauryIV) as well as my email .
## Contributing
If there are any suggestions for inproving the layout, please do reach out. I am always open for improving.
## Authors and Acknowledgment
Most the code was written by the DU coding bootcamp. As seen in initial commit. Pluggin in the necessary aspects to make the program work, was from myself and fellow students brainstorming together.
## License
MIT License © 2024 Maury Hughes IV
Please refer to this link, [License: MIT](https://opensource.org/licenses/MIT) for more information.[back to top](#title)