Stay ahead of the crypto curve with Crypto Daily: Real-time prices, insights, and trends.
Unlock the power of real-time data with Crypto Daily, your one-stop shop for all things crypto. Dive into live prices, comprehensive coin stats, and trending market insights, all conveniently at your fingertips.
Uncover emerging trends and innovations by exploring the latest news and analysis from top cryptocurrency media outlets. Our app's seamless integration ensures you receive instant updates on crucial information, empowering you to make informed decisions.(MVP+1)
Enjoy the cryptocurrency revolution with Crypto Daily!
cd backend
docker-compose upOpen http://localhost:8080 to see the Web UI
cd backend
./gradlew test- Build web app
npm install
npm run build- Clear then copy new web contents to the backend web folder
rm -rf backend/src/main/resources/web/
cp -r frontend/build/* backend/src/main/resources/web/The Dockerfile and docker-compose.yml files are valid and available for Docker depolyment.
However, some vendors are not support the docker-compose such as Render.com.
To deloy service on Render we can use the Blueprint solution , the deploy file is render.yaml.