TwittStorm for Geosoftware II
The code of this project can be found on GitHub: https://github.com/PaulaScharf/Geosoftware2-TwittStorm
Are in the routes folder in the index.js. The crud functionality is provided through the data.js in the same folder.
The Webpages are in the views folder and are in the .ejs format which can be used just like HTML.
The CRUD functionality is based on the solution for geosoft1 and still uses the format that was used for that task. Can be changed once we know what we need to use it for.
To start the application via npm, navigate to the app's folder, open your commandprompt and enter
npm install
, npm start
or
nodemon start
for dynamic changes.
The application can be found with your browser at http://localhost:3000.
To start the application via docker, navigate to the app's folder in a dockershell and enter
docker-compose up --build
The application can be found with your browser at your IP:port. Eg: http://192.168.99.100:3000/. Your IP will be shown on start of the dockershell