Business application development platform. Demo (prototype) platform with MVC architecture, CRUD Rest API and Server-Side Rendering (SSR). The configurator is designed for interactive construction of the DBMS architecture and easy migrations of its versions. A hybrid of classical and object-oriented architecture (OOA).
[email protected]:JetBrain2056/Eva.git
https://github.com/JetBrain2056/Eva.git
gh repo clone JetBrain2056/Eva
To install dependencies use npm i
If errors occur, delete
.node_modules
and writenpm i -s
PORT=3000
HOST=0.0.0.0
DB_NAME=eva
DB_USER=postgres
DB_PASSWORD=postgres
DB_HOST=localhost
DB_PORT=5432
LANGUAGE=en-en
HOST can also be 127.0.0.1