FONQRI / iotdb_mongodb_odl_server

This is a odl server based on mongodb.

Home Page:http://moderncpp.ir/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iotdb_mongodb_odl_server

This is a odl based on mongodb. This app created with Boost c++ libraries , mongo database and c++ 2017 standards .I'm developing this application only on linux and I don't know if it works on windows too and I don't care too.
After completing this project, I will upload it at iotdb.ir

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Installing

After installing prerequisites you only need to open project with Qt creator or any other ide and run it . If you want to use application on a real server you will need to set database host and port in code too .

Deployment

I'm developing this application to help people that want to use only database on server side like game leader boards , application setting storage and etc. let me know if you have any problem with this project . behnamsabaghi@gmail.com

Modules

  • Database
  • Server
  • Controllers
  • Core
  • Security
  • Payments
  • Statistics

TODOs

  • Refactor and use microservice arcitecture
  • Write postman apis
  • Comment mising comments
  • Complete security
  • Statistics

Built With

Commenting

I use doxygen documentation style for documenting and I specify priority of TODOs with P[0-3] . e.g :

// TODO P[0] Fix Most important bug that crash application when user send an empty json
// TODO P[1] add important API
// TODO P[2] add an exciting feature 

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Behnam Sabaghi - Initial work - FONQRI

License

This project is licensed under the GPL V3 License - see the Licence file for details

Acknowledgments

About

This is a odl server based on mongodb.

http://moderncpp.ir/

License:GNU General Public License v3.0


Languages

Language:C++ 98.9%Language:CMake 1.1%