├── MIT.md ├── README.md ├── app_screenshot.png └── murple_logo.png /MIT.md: -------------------------------------------------------------------------------- 1 | ## Copyright 2021, [YOUR NAME] 2 | 3 | ###### Please delete this line and the next one 4 | ###### APP TYPE can be a webpage/website, a web app, a software and so on 5 | 6 | Permission is hereby granted, free of charge, to any person obtaining a copy of this [APP TYPE] and associated documentation files, to deal in the [APP TYPE] without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the [APP TYPE], and to permit persons to whom the [APP TYPE] is furnished to do so, subject to the following conditions: 7 | 8 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the [APP TYPE]. 9 | 10 | THE [APP TYPE] IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE [APP TYPE] OR THE USE OR OTHER DEALINGS IN THE [APP TYPE]. 11 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | 27 | 28 |
29 | 30 | logo 31 |
32 | 33 |

Microverse README Template

34 | 35 |
36 | 37 | 38 | 39 | # 📗 Table of Contents 40 | 41 | - [📖 About the Project](#about-project) 42 | - [🛠 Built With](#built-with) 43 | - [Tech Stack](#tech-stack) 44 | - [Key Features](#key-features) 45 | - [🚀 Live Demo](#live-demo) 46 | - [💻 Getting Started](#getting-started) 47 | - [Setup](#setup) 48 | - [Prerequisites](#prerequisites) 49 | - [Install](#install) 50 | - [Usage](#usage) 51 | - [Run tests](#run-tests) 52 | - [Deployment](#triangular_flag_on_post-deployment) 53 | - [👥 Authors](#authors) 54 | - [🔭 Future Features](#future-features) 55 | - [🤝 Contributing](#contributing) 56 | - [⭐️ Show your support](#support) 57 | - [🙏 Acknowledgements](#acknowledgements) 58 | - [❓ FAQ (OPTIONAL)](#faq) 59 | - [📝 License](#license) 60 | 61 | 62 | 63 | # 📖 [your_project_name] 64 | 65 | > Describe your project in 1 or 2 sentences. 66 | 67 | **[your_project__name]** is a... 68 | 69 | ## 🛠 Built With 70 | 71 | ### Tech Stack 72 | 73 | > Describe the tech stack and include only the relevant sections that apply to your project. 74 | 75 |
76 | Client 77 | 80 |
81 | 82 |
83 | Server 84 | 87 |
88 | 89 |
90 | Database 91 | 94 |
95 | 96 | 97 | 98 | ### Key Features 99 | 100 | > Describe between 1-3 key features of the application. 101 | 102 | - **[key_feature_1]** 103 | - **[key_feature_2]** 104 | - **[key_feature_3]** 105 | 106 |

(back to top)

107 | 108 | 109 | 110 | ## 🚀 Live Demo 111 | 112 | > Add a link to your deployed project. 113 | 114 | - [Live Demo Link](https://yourdeployedapplicationlink.com) 115 | 116 |

(back to top)

117 | 118 | 119 | 120 | ## 💻 Getting Started 121 | 122 | > Describe how a new developer could make use of your project. 123 | 124 | To get a local copy up and running, follow these steps. 125 | 126 | ### Prerequisites 127 | 128 | In order to run this project you need: 129 | 130 | 137 | 138 | ### Setup 139 | 140 | Clone this repository to your desired folder: 141 | 142 | 150 | 151 | ### Install 152 | 153 | Install this project with: 154 | 155 | 163 | 164 | ### Usage 165 | 166 | To run the project, execute the following command: 167 | 168 | 175 | 176 | ### Run tests 177 | 178 | To run tests, run the following command: 179 | 180 | 187 | 188 | ### Deployment 189 | 190 | You can deploy this project using: 191 | 192 | 199 | 200 |

(back to top)

201 | 202 | 203 | 204 | ## 👥 Authors 205 | 206 | > Mention all of the collaborators of this project. 207 | 208 | 👤 **Author1** 209 | 210 | - GitHub: [@githubhandle](https://github.com/githubhandle) 211 | - Twitter: [@twitterhandle](https://twitter.com/twitterhandle) 212 | - LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle) 213 | 214 | 👤 **Author2** 215 | 216 | - GitHub: [@githubhandle](https://github.com/githubhandle) 217 | - Twitter: [@twitterhandle](https://twitter.com/twitterhandle) 218 | - LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle) 219 | 220 |

(back to top)

221 | 222 | 223 | 224 | ## 🔭 Future Features 225 | 226 | > Describe 1 - 3 features you will add to the project. 227 | 228 | - [ ] **[new_feature_1]** 229 | - [ ] **[new_feature_2]** 230 | - [ ] **[new_feature_3]** 231 | 232 |

(back to top)

233 | 234 | 235 | 236 | ## 🤝 Contributing 237 | 238 | Contributions, issues, and feature requests are welcome! 239 | 240 | Feel free to check the [issues page](../../issues/). 241 | 242 |

(back to top)

243 | 244 | 245 | 246 | ## ⭐️ Show your support 247 | 248 | > Write a message to encourage readers to support your project 249 | 250 | If you like this project... 251 | 252 |

(back to top)

253 | 254 | 255 | 256 | ## 🙏 Acknowledgments 257 | 258 | > Give credit to everyone who inspired your codebase. 259 | 260 | I would like to thank... 261 | 262 |

(back to top)

263 | 264 | 265 | 266 | ## ❓ FAQ (OPTIONAL) 267 | 268 | > Add at least 2 questions new developers would ask when they decide to use your project. 269 | 270 | - **[Question_1]** 271 | 272 | - [Answer_1] 273 | 274 | - **[Question_2]** 275 | 276 | - [Answer_2] 277 | 278 |

(back to top)

279 | 280 | 281 | 282 | ## 📝 License 283 | 284 | This project is [MIT](./LICENSE) licensed. 285 | 286 | _NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._ 287 | 288 |

(back to top)

289 | -------------------------------------------------------------------------------- /app_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calebchris000/readme-template/e6bb90ae016bd5026a5b26a4e68d057046db7105/app_screenshot.png -------------------------------------------------------------------------------- /murple_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calebchris000/readme-template/e6bb90ae016bd5026a5b26a4e68d057046db7105/murple_logo.png --------------------------------------------------------------------------------