- Docker must be installed
- If using Linux docker-compose also needs to be installed
- If using Windows or Mac Docker Desktop, there is no need to install docker-compose explicetly
docker-compose -f docker-compose-innodb-cluster.yml up -d
- API url will be at http://localhost:8800/api/--endpoints--
There is no need to change any environment variable
- MySQL/MariaDB must be install and
blog
named database is created or as per .env variable it should be configured.
npm install
npm start
- API url will be at http://localhost:8800/api/--endpoints--
You need to configure environment variable from .env
- Docs can be found here
-
Special Thanks to Sahil Thakar