Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/normalhuman01/rest_api_indies_singles-main
REST API project
https://github.com/normalhuman01/rest_api_indies_singles-main
Last synced: 17 days ago
JSON representation
REST API project
- Host: GitHub
- URL: https://github.com/normalhuman01/rest_api_indies_singles-main
- Owner: normalhuman01
- License: mit
- Created: 2023-12-10T04:30:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-10T04:31:41.000Z (about 1 year ago)
- Last Synced: 2023-12-12T23:38:10.104Z (about 1 year ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# API IndieSingles
API REST made in express.js for IndieSingles, a new way of sharing music.
## Description
IndieSingles is a social network designed for indie musicians, here they can share their works and recieve feedback from fans all around the world.## Usage
Install all dependencies to run the project.```bash
npm install
```
Create a new .env file using example.env template and fill it with your AWS credentials.Then, run the project.
```bash
npm run
```## Features
- Create user and log into IndieSingles
- Create your EPs and singles in the application and share them with the world
- Receive feedback from your fans
- Subscribe to your favourite artists and receive news about their brand new songs
## Integrations
- Connection with MongoDB Atlas
- Publish-subscribe based communication between fans and artist featuring Amazon SNS
- Cloudinary storage for audio and image files
- Deployed on Heroku## License
[MIT](https://choosealicense.com/licenses/mit/)