itee-database-mongodb
v2.2.1
Published
The database side of the Itee solution for 3d web content, this package is design to work with an Itee server.
Downloads
27
Maintainers
Readme
[IteeServer]
The itee server is the back end part of the itee solution predicted for running WebGL 3d content. It allow to CRUD operation throught an RestFull Api in link with a mongo database.
How to install
From npm:
npm install itee-server
If you want to build the repository from source follow these instructions:
git clone https://github.com/Itee/itee-server.git
npm install
npm run build
then start server using
npm start
How to use
First of all, you should take a look to the documentation ! You could find an "hello world" example in tutorial section. In case you have clone the repository you could auto-generate the library documentation using:
npm run doc
How to contribute
Coming soon...