Coder Social home page Coder Social logo

xaroz / music-on Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 306 KB

The Music On API provides an easy way to manage music resources including tracks, genres, playlists, and user accounts. Built with Node.js, Express, MongoDB, TypeScript, and AWS S3 for cloud storage.

License: MIT License

TypeScript 84.64% Pug 13.54% Dockerfile 1.83%
express mongodb mongoose nodejs s3-storage typescript

music-on's Introduction

music-on

node-js express typescript mongoose Package License

Description

The Music On API main objective is to allow an easier and complete solution for managing music resources. Currently the main features of the project are:

  1. Getting and uploading tracks
  2. Adding tracks to playlists
  3. Becoming an artist to upload music
  4. Organizing tracks with genres
  5. Secure endpoints and control access with authentication and authorization
  6. Filters and pagination on resources

Main technologies used

  1. Node-JS & Express
  2. MongoDB & Mongoose
  3. Typescript
  4. Cloud storage with AWS-S3

How to run the project

With npm installed on your machine, install project dependencies running the following command:

npm i

Create a .env file in the root of the project that holds the variables in the this file

Development mode

Make sure in your .env to add NODE_ENV=development and run the following command

npm run dev

Production mode

Make sure in your .env to add NODE_ENV=production and run the following command

npm run build
npm start

API Documentation

WIP

Contributing

Contributions are welcome! If you find any issues or want to add new features, feel free to open a pull request.

License

MIT

music-on's People

Contributors

bant89 avatar xaroz avatar

Stargazers

David avatar

Watchers

 avatar

music-on's Issues

Authentication Module II

Continue work in Authentication Module adding the missing functionalities that needed some email functionalities:

  • Reset Password
  • Forgot Password

Create Authentication Module I

  • Create authentication methods sign in/sign up and protection middleware.
  • Create change password endpoint.

Decide to divide this module in two since the other endpoints related to authentication (resetPassword, forgotPassword) require email capabilities that aren't implemented yet.

Track Update

  • Link reference to the user and genre collections
  • Clean up

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.