https://github.com/arcadedan/soyware-test-stack
https://github.com/arcadedan/soyware-test-stack
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arcadedan/soyware-test-stack
- Owner: ArcadeDan
- Created: 2023-04-13T14:32:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-25T00:28:35.000Z (about 2 years ago)
- Last Synced: 2024-04-24T03:46:23.928Z (about 1 year ago)
- Language: JavaScript
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
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