Skip to content

shikoshib/librechord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Librechord

Librechord is an open-source website for sharing and publishing music. Inspired by Spotify and SoundCloud.

How to run (Windows)

  1. Install Node.js, ffmpeg and MongoDB Compass if you haven't already.
  2. In MongoDB, create a database, name it librechord and create three collections in it: audios, comments and users.
  3. Download this repository and unpack it in any folder.
  4. Open this folder in the terminal/command prompt.
  5. Run npm i to install the necessary packages.
  6. Run npm start. The website should be running at http://localhost:7777/

Main features