MarketMood helps people understand how everyone feels about the stock market by looking at what they say online.
- Start up Desktop for windows
- Check Docker running
docker -v
- Navigate to
/src/docker
folder - Run command
docker-compose up -d
- API project -> with connection to mongo
- Mongo instance
- Frontend application
http://localhost:3000
- API project
http://localhost:5000/api/products
docker-compose down
Testing it out locally with npm run dev