An open API service indexing awesome lists of open source software.

https://github.com/arcadedan/soyware-test-stack


https://github.com/arcadedan/soyware-test-stack

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

development on POPOS (debian based)

steps:
1. install npm via package manager or https://www.npmjs.com/
2. install nginx http server via package manager or https://www.nginx.com/
3. run the script "nginx_node_setup.sh" to install set up the symbolic link for node.js to nginx
4. build up your modules via command line w/ "npm" (will download all the packages)
5. start the application by running "npm run start" (will start the application on port 3000)

NPM packages used:
- express
- bcrypt
- sqlite3