An open API service indexing awesome lists of open source software.

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!

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]





Logo

Pesmarica 2: Electric Boogaloo





Visit Website
·
Report Bug
·
Request Feature


Table of Contents



  1. About The Project



  2. Getting Started


  3. License

  4. Contact

  5. Acknowledgments

## 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.

(back to top)

### Built With

- [![React][React.js]][React-url]
- [![Django][Django.org]][Django-url]

(back to top)

## 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
```

(back to top)

## License

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

(back to top)

## Contact

Conor C. Peterson - [@wemic](https://social.linux.pizza/@wemic) - [email protected]

Project Link: [https://github.com/wem1c/pesmarica2](https://github.com/wem1c/pesmarica2)

(back to top)

## Acknowledgments

- [Choose an Open Source License](https://choosealicense.com)
- [Conventional Commits](https://conventionalcommits.org)
- [git](https://git-scm.com)

(back to top)

[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/