This project aims to show how to use login, logout and system configuration using RESTful API with Luna, AngularJS and Bootstrap.
You can find and use a solution file for visual studio 2005 like './msvs/2005/SimpleLoginRESTfulAPI.sin'.
git submodule init
git submodule update
mkdir build
cd build
cmake ..
make -j4
./bin/SimpleLoginRESTfulAPI ../html/
You can connect to this Web Server using Web browser after executing this application. The default port of Web Server is 8000, so you must use this url: http://localhost:8000 And this Web Server requires the username and password to login. Default username and password are:
username: root
password: admin
- AngularJS User Registration and Login Example & Tutorial: https://github.com/cornflourblue/angular-registration-login-example
- Mongoose Embedded Web Server Library: https://github.com/cesanta/mongoose