An admin dashboard used to manage all content within the Easy Piano Flutter Application
It comminicates with the Easy Piano server
A live demo for the application can be found here
The showcase of the entire project can be found here
- Node (14.15.4)
- NPM (7.5.2)
- Clone this repository to your local machine.
- Fill in the server URL (You must have cloned the music theory backend)
- Run
cp .env.example .env
and fill in the appropiate server url - Run
npm install
to install the dependencies - Run
npm start
to run the application in development - Run
npm run build
to build the application