BinghamtonBetterBus-v2/README.md
github-classroom[bot] 050037a173
add deadline
2025-02-03 17:26:54 +00:00

45 lines
1.4 KiB
Markdown

[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-22041afd0340ce965d47ae6ef1cefeee28c7c493a6346c4f15d667ab976d596c.svg)](https://classroom.github.com/a/vfKrPwQS)
# << Project Title >>
## CS 445 Final Project
### << Semester, Year >>
### Team: << team name >>
<< List Team Members >>
## Getting Started
<<One paragraph of project description goes here>>
### Roadmap
<<
A list of features, function or non-functional, you would like to add in the future if you had time, i.e. Phase 2 stuff
- [ ] Add Changelog
- [ ] Add back to top links
- [ ] Add Additional Templates w/ Examples
- [ ] Add "components" document to easily copy & paste sections of the readme
>>
## SRS
[document](url to google doc)
### Prerequisites
* [Docker](https://www.docker.com/)
* <<any additional software. Be specific about versions.>>
### Installing
<<
A step by step series of examples that tell you how to get a development env running
Clearly outline each step and repeat until the environment is set up.
End with an example of getting some output from the system, such as a menu or prompt
>>
## Built With
<< list all frameworks and modules used here >>
* [requests](https://docs.python-requests.org/en/latest/user/quickstart/#make-a-request) - request for humans
## License
<< Add a [license](https://choosealicense.com/) >>
## Acknowledgments
* Hat tip to anyone whose code was used
* Inspiration
* etc