https://github.com/softspiders/express
Simplest express app
https://github.com/softspiders/express
backend express hello-world helloworld javascript js min node nodejs server softspider softspiders ss template web
Last synced: 2 months ago
JSON representation
Simplest express app
- Host: GitHub
- URL: https://github.com/softspiders/express
- Owner: softspiders
- License: mit
- Created: 2019-05-10T13:22:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T22:59:38.000Z (over 3 years ago)
- Last Synced: 2025-01-15T20:20:11.610Z (over 1 year ago)
- Topics: backend, express, hello-world, helloworld, javascript, js, min, node, nodejs, server, softspider, softspiders, ss, template, web
- Language: JavaScript
- Size: 21.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[SOFTSPIDERS](https://github.com/softspiders/softspiders)
# Simplest express application
## Feature tags
- express
- starter
- template
---
## Direct descendants
* [express-mongodb](https://github.com/softspiders/express-mongodb)
* [mongoose-express](https://github.com/softspiders/mongoose-express)
* [puppeteer-jest](https://github.com/softspiders/puppeteer-jest) - also by code
* [***-openapi-backend***: express_openapi-backend](https://github.com/AlexanderLapygin/express_openapi-backend)
---
## Requirements
[Node.js](https://nodejs.org/en/download/package-manager/)
---
## Installation
```sh
yarn
```
## Running
```sh
node index
```
## Authors
[Alexander Lapygin](https://github.com/AlexanderLapygin)
### License
Licensed under the [MIT license](./LICENSE)