Backend for Moodli
- Configure Twitter's API credentials in the
cred.env
file in thecreds
folder - You can use
cred.env.example
as a reference
- Configure
docker.env
in the project's root directory - You can use
docker.env.example
as a reference
npm i && npm start
# Build the images
docker-compose --env-file=docker.env build
# Start the stack
docker-compose --env-file=docker.env up