https://github.com/wem1c/pesmarica2
Bringing an old music platform into the 21st century!
https://github.com/wem1c/pesmarica2
Last synced: 28 days ago
JSON representation
Bringing an old music platform into the 21st century!
- Host: GitHub
- URL: https://github.com/wem1c/pesmarica2
- Owner: wem1c
- Archived: true
- Created: 2023-05-18T14:03:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T02:17:14.000Z (almost 2 years ago)
- Last Synced: 2025-03-03T11:19:45.402Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
Table of Contents
## About The Project
[![Pesmarica2 Screen Shot][product-screenshot]](https://example.com)
Does the world need a new pesmarica? Perhaps not. But we maybe it anyway.
### Built With
- [![React][React.js]][React-url]
- [![Django][Django.org]][Django-url]## Getting Started
This is a monorepo holding both the frontend and the backend in the `/frontend/` and `/backend/` folders, respectively.
Both of these folders have their own README's for information on how to get a development env running.
- [Frontend README][frontend-readme-url]
- [Backend README][backend-readme-url]The following parts will only explain how to clone the repo.
### Prerequisites
This is an example of how to list things you need to use the software and how to install them.
- [git](https://git-scm.com/)
### Installation
_Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services._
1. Clone the repo
```sh
git clone https://github.com/wem1c/pesmarica2.git
```2. cd into the frontend folder and follow [these instructions][frontend-readme-url]
```sh
cd frontend
```3. cd into the backend folder and follow [these instructions][backend-readme-url]
```sh
cd ../backend
```## License
Distributed under the MIT License. See `LICENSE.txt` for more information.
## Contact
Conor C. Peterson - [@wemic](https://social.linux.pizza/@wemic) - [email protected]
Project Link: [https://github.com/wem1c/pesmarica2](https://github.com/wem1c/pesmarica2)
## Acknowledgments
- [Choose an Open Source License](https://choosealicense.com)
- [Conventional Commits](https://conventionalcommits.org)
- [git](https://git-scm.com)[contributors-shield]: https://img.shields.io/github/contributors/othneildrew/Best-README-Template.svg?style=for-the-badge
[contributors-url]: https://github.com/wem1c/pesmarica2/graphs/contributors
[stars-shield]: https://img.shields.io/github/stars/othneildrew/Best-README-Template.svg?style=for-the-badge
[stars-url]: https://github.com/wem1c/pesmarica2/stargazers
[issues-shield]: https://img.shields.io/github/issues/othneildrew/Best-README-Template.svg?style=for-the-badge
[issues-url]: https://github.com/wem1c/pesmarica2/issues
[license-shield]: https://img.shields.io/github/license/othneildrew/Best-README-Template.svg?style=for-the-badge
[license-url]: https://github.com/othneildrew/Best-README-Template/blob/master/LICENSE.txt
[product-screenshot]: images/screenshot.png
[React.js]: https://img.shields.io/badge/React-18.2.0-white?style=for-the-badge&logo=react&logoColor=61DAFB&labelColor=black
[React-url]: https://reactjs.org/
[Django.org]: https://img.shields.io/badge/Django-4.2.1-white?style=for-the-badge&logo=django&logoColor=ffffff&labelColor=092E20
[Django-url]: https://www.djangoproject.com/
[frontend-readme-url]: https://github.com/wem1c/pesmarica2/blob/main/frontend/README.md
[backend-readme-url]: https://github.com/wem1c/pesmarica2/blob/main/backend/README.md
[node-url]: https://nodejs.org/en
[npm-url]: https://npmjs.com
[python-url]: https://www.python.org/
[pip-url]: https://pip.pypa.io/en/stable/