Skip to content

Audio player with features like playlists, skip, shuffle, pause and play. React, Next.js, Typescript, and Postgres. Cookies, database schemas and migrations, API calls with serverless functions.

License

Notifications You must be signed in to change notification settings

MutazHelal/AudioPlayer

Repository files navigation

AudioPlayer

Audio player with features like playlists, skip, shuffle, pause and play. React, Next.js, Typescript, and Postgres. Cookies, database schemas, migrations, and API calls with serverless functions.

Note: Due to the increase in the cost to host a database on Heroku($10/month from it being free), sign-in auth does not currently work. I might bring it back in the future or feel free to fork and add it yourself (:

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

About

Audio player with features like playlists, skip, shuffle, pause and play. React, Next.js, Typescript, and Postgres. Cookies, database schemas and migrations, API calls with serverless functions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published