https://github.com/lucientz/web-application
Web Application built with Express
https://github.com/lucientz/web-application
css docker html javascript webapp
Last synced: 2 months ago
JSON representation
Web Application built with Express
- Host: GitHub
- URL: https://github.com/lucientz/web-application
- Owner: LucientZ
- License: mit
- Archived: true
- Created: 2022-12-23T01:41:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T05:27:03.000Z (almost 3 years ago)
- Last Synced: 2025-04-11T21:18:12.866Z (about 1 year ago)
- Topics: css, docker, html, javascript, webapp
- Language: JavaScript
- Homepage:
- Size: 81.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unmaintained
This repository is no longer maintained. Thank you for your interest.
# Web Application
Web Application built with node.js modules. This application uses the Express framework for backend.
This application can be run locally or with docker.
#### Locally
```bash
$ npm start
```
#### With Docker
```bash
$ npm run-script docker-vm
```
A `.env` file must be created in the config directory before setting up a docker image. Using `npm run-script docker-vm` will automatically run `./src/init.js` beforehand to prompt values for the environment variables. Note that the docker image will always listen on port `8080`. This can be mapped to a different port by modifying the `docker-compose.yml` file.