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
- Host: GitHub
- URL: https://github.com/rbkgh/restful-bulksms
- Owner: RbkGh
- Created: 2016-12-11T22:22:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-25T22:51:23.000Z (almost 6 years ago)
- Last Synced: 2025-10-24T02:56:52.660Z (8 months ago)
- Topics: gradle, java, mongodb, rest, rest-api, restful-api, spring-boot, spring-data
- Language: Java
- Homepage: http://rbkgh.github.io/Restful-BulkSMS
- Size: 209 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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."