https://github.com/grmvoid/spmod-web
https://github.com/grmvoid/spmod-web
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/grmvoid/spmod-web
- Owner: grmvoid
- License: mit
- Created: 2019-06-12T11:15:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T19:27:44.000Z (5 months ago)
- Last Synced: 2025-02-01T14:35:21.844Z (4 months ago)
- Language: JavaScript
- Size: 2.04 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# spmod-web
A web application that, upon receiving a notification from AWS SNS, downloads specific files in a notification from AWS S3. The downloaded files are stored on the server and displayed on the page ready for download.Live demo: [Here](https://build.spmod.eu/)
## Prerequisites
What things you need to install the software and how to install them* [node.js](https://nodejs.org/en/) (12.18.3 or above)
* npm
* [gulp](https://gulpjs.com/)## Installation
### Prerequisites
1. Clone spmod-web repository ```git clone https://github.com/sxbrsky/spmod-web.git```
2. Enter repository dir
3. Rename ```config/config.example.json``` to ```config/config.json``` and edit if necessary### Install
1. Install dependencies
```npm install```
2. Start server
```npm run prod```### Notes
```npm install``` automatically calls ```gulp build``` which prepares all the assets such as javascript and css## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/sxbrsky/spmod-web/tags).## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details