omega-js
v1.2.0
Published
-- **Omega**
Maintainers
Readme
##Backend framework for node js still in development
Omega
Integrations:
-ORM: with automatic connection to MySQL via .env; and automatic creation of a SQLite database if requested in the configuration file.
-ORM request: simple db requests
-Routes: Creation of routes using decorators.
Dependencies
{
"@babel/cli"
"@babel/core"
"@babel/plugin-proposal-class-properties"
"@babel/plugin-proposal-decorators"
"@babel/preset-env"
}Install dependencies
npm i --save-dev @babel/cli @babel/core @babel/plugin-proposal-class-properties @babel/plugin-proposal-decorators @babel/plugin-proposal-decorators
Server run npm run build (from the root of the proyect) npm run dev
