Skip to content

Audio player that allows comments, made with React, Django Rest Framework, PostgreSQL

Notifications You must be signed in to change notification settings

guybrusht/embody-audioplayer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

embody-audioplayer

Create and activate virtual environment

Navigate to: embody-audioplayer/backend

  • In terminal type in: python -m venv venv
  • After venv installs, type in: venv\Scripts\activate

Install python modules

  • In the same directory's terminal type in: pip install -r requirements.txt

Run server

  • Same directory: python manage.py runserver

Starting up the frontend

In a seperate terminal, navigate to: embody-audioplayer/frontend

Install dependancies

  • In terminal type in: npm i

Start app

  • Same directory: npm start

Start up the browser

  • App: localhost:3000
  • Backend API: localhost:8000/api
  • Backend Admin: localhost:8000/admin

About

Audio player that allows comments, made with React, Django Rest Framework, PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.8%
  • JavaScript 29.9%
  • HTML 8.4%
  • CSS 2.9%