A place to store your audiobooks
- Docker
- nodejs
- yarn
- Auth0 account (set client in
./client/.env
) - install FFMPEG
Getting started:
- Clone the repository
- In the root folder run
docker-compose up
, this will spin up postgres (note: you may need to login (localhost:8080) to create a perminant login first) - Open 2 terminals, one in
./client
and one in./server
. - Run
yarn install
in both client and server folders. - Copy the
.env.example
to.env
and set all the variables (in both client and server) - Add audio books to
./server/data
- Run
yarn start
in both client and server