Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pyronome/pattern-htmldbjs-1x-express-4x
Pyronome Pattern for HTMLDB.js 1.x Library Backend API for Node.js Express 4.x Framework
https://github.com/pyronome/pattern-htmldbjs-1x-express-4x
expressjs frontend frontend-library htmldbjs nodejs nodejs-framework pattern pyronome pyronome-platform
Last synced: about 1 month ago
JSON representation
Pyronome Pattern for HTMLDB.js 1.x Library Backend API for Node.js Express 4.x Framework
- Host: GitHub
- URL: https://github.com/pyronome/pattern-htmldbjs-1x-express-4x
- Owner: pyronome
- License: mit
- Created: 2019-12-02T18:52:04.000Z (about 5 years ago)
- Default Branch: dev
- Last Pushed: 2021-04-26T10:47:13.000Z (almost 4 years ago)
- Last Synced: 2024-11-20T20:28:06.092Z (3 months ago)
- Topics: expressjs, frontend, frontend-library, htmldbjs, nodejs, nodejs-framework, pattern, pyronome, pyronome-platform
- Homepage: https://pyronome.com/pyronome/htmldbjs-1x-express-4x
- Size: 18.6 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**HTMLDB.js** is a simple HTML data & template engine. **HTMLDB.js** is written in pure JavaScript so that it can be used with different backend and frontend frameworks. For further information about **HTMLDB.js**, please visit https://github.com/htmldbjs/.
**Express** is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. For further information about **Express** Framework, please visit https://expressjs.com/.
This repository contains Pyronome **HTMLDB.js 1.x for Express 4.x** pattern basic information, pattern files, pattern templates, documentation, and issue tracker. For further information about this pattern, please visit https://pyronome.com/pyronome/htmldbjs-1x-express-4x.
**Please note that you cannot directly use this repository.** To generate source code using this pattern, please visit [Pyronome Sign Up Page](https://platform.pyronome.com/builder/signup), and create an account.
Please refer to the [Getting Started](https://github.com/pyronome/pattern-htmldbjs-1x-express-4x#getting-started) section for step by step instructions.
## Status: Experimental
Not available for production environments. The stable version is coming soon.
## Getting Started
Please follow the steps below to generate source code using **HTMLDB.js 1.x for Express 4.x** pattern:
1. Visit Pyronome platform website: https://pyronome.com
2. Sign up / log in to Pyronome. For detailed information and step by step instructions, please visit: https://help.pyronome.com/latest/en/docs/getting-started-signup-and-login/
3. Create a new Pyronome project. For detailed information and step by step instructions, please visit: https://help.pyronome.com/latest/en/docs/getting-started-your-first-project/
4. Please choose **HTMLDB.js 1.x for Express 4.x** pattern on Install Pattern(s) dialog.
5. Generate source code. For detailed information and step by step instructions, please visit: https://help.pyronome.com/latest/en/docs/getting-started-source-code-generation/## Installation
After generating and downloading source code from the Pyronome platform, you can follow the steps below to install dependencies and run the local webserver.
Firstly, go to the `source` folder, install the project, and load dependencies.
```console
npm install --save-dev
```Then, start the webserver.
```console
npm start
```## Contributing
Please use the [issue tracker](https://github.com/pyronome/pattern-htmldbjs-1x-express-4x/issues) to report any bugs/typos or requests.
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see releases section of the [pattern overview page](https://pyronome.com/pyronome/htmldbjs-1x-express-4x#Overview).
## Authors
* **Aykut Aydınlı** - [@aykutaydinli](https://github.com/aykutaydinli)
* **Hakan Erdal** - [@hakanerdal](https://github.com/hakanerdal)## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/pyronome/pattern-htmldbjs-1x-express-4x/blob/master/LICENSE) file for details