Skip to content

"Fake" chat tool for small group workshop scenarios

License

Notifications You must be signed in to change notification settings

medialepfade/adf-cd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADF-CD -

Archiv der Flucht - Chat Dokumentation

Dev setup

Have MongoDB installed and running. I also recomment Compass for debugging the database.

In server rename and adjust the env.sample to .env. If you're running Mongo on default settings, just change MONGO_DB. Then run yarn start.

In cd-client rename adjust the env.sample to .env. Then run yarn serve.

Docker setup

In cd-client rename adjust the env.sample to .env and enter the right API_URL. It's important to do this step before running docker-compose up since docker sets env variables only after the images (in this case the vue app) is built.

Copy and adjust the docker-compose.yml.sample, this is mostly the ports and the env variables for the server service.

Then run docker-compose up and ✨!

Gotachas!

  • When changing the cd-client/.env you have to build the image again for the changes to take effect: docker-compose up --build.

About

"Fake" chat tool for small group workshop scenarios

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published