Project, where user can share plain text over the web
NodeJS version 10.x or higher
After cloning repository, go to project directory and run the following command to install dependencies
npm install
Then run the following command to launch development server
npm start
Open http://localhost:3000 to view it in the browser.
To run app in docker make sure to have docker-compose and then run the following command
docker-compose up
To cleanup run
docker-compose down --rmi=local
Open http://localhost:3000 to view it in the browser.