Toivo is a chatbot who acts as an Employee Happiness Manager
- Copy .env.sample to .env
cp .env.sample .env
- In project root, run docker
docker-compose up -d
- Access application under app.docker.localhost:8000
- To get inside application container
docker-compose exec --user node app bash -l
In order to change application specific settings, like mongodb url.
cd ./app
- Copy .env.sample to .env
cp .env.sample .env
If you are using docker, then the following instructions should be done inside app container. Check the docker part part of the Readme for instructions
npm install
When using docker, the application server is automatically started and restarted with nodemon. The default server port is 80 but you can change it in .env file.
- For the standard way Follow the instructions here
OR
- If you are using Linux with desktop environment then Check this out
The latter enables you to run emulator inside a container which is linked to the application network