Backend for Moodli
- Configure Twitter's API credentials in the
cred.envfile in thecredsfolder - You can use
cred.env.exampleas a reference
- Configure
docker.envin the project's root directory - You can use
docker.env.exampleas 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