An open API service indexing awesome lists of open source software.

https://github.com/rbkgh/restful-bulksms

Fully Restful Bulksms api with MongoDb
https://github.com/rbkgh/restful-bulksms

gradle java mongodb rest rest-api restful-api spring-boot spring-data

Last synced: 2 months ago
JSON representation

Fully Restful Bulksms api with MongoDb

Awesome Lists containing this project

README

          

"just run the following Charley :

in Root folder of project,type:

1.gradle build
2.find application.properties file in src/main/java/resources/ folder
edit this to suit the url of your mongo installation
3.gradle bootRun

u can then access the endpoints from localhost:8080/
you can insert a userName and password in your MongoDb with
db.getCollection('GeneralUserDoc').find({"userName":"r2","password":"222"})

afterwards,for eg,to authenticate,just post {"userName":"r2","password":"222"} to
localhost:8080/auth with consumes header of application/json."