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

https://github.com/mebjas/cm-bs-repo


https://github.com/mebjas/cm-bs-repo

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# cm-bs-repo

## Setting up php server
1. XAMPP / WAPP should be installed in your machine
2. Copy the folder PHP_API to C:\xampp\htdocs\
3. try http://localhost/PHP_API/index.php
4. Open phpmyadmin, create a database `test` if not exist
5. Import `PHP_API/db/database.sql` to this database
6. You need to edit the script `PHP_API/include/Config.php` with correct configuration
7. API Server is ready to go

## Setting up Android Project
1. Open `Android/CM/` in android studio
2. Make the project once.
3. Edit `Android/CM/app/src/main/java/todofy/cm/app/AppConfig.java` with correct urls corresponding to your localhost
4. Edit `Android/CM/app/src/main/java/todofy/cm/app/Courses.java` with course names in array
5. Make again
6. Run on emulator

## Screenshots
Login ![Login](SCREENSHOTS/Screenshot_20170428-222330.png)
Register ![Register](SCREENSHOTS/Screenshot_20170428-222340.png)
Reset Password ![Reset](SCREENSHOTS/Screenshot_20170428-222606.png)
dashboard - ![dashboard](SCREENSHOTS/dashboard.png)
![dashboard](SCREENSHOTS/setting reminder.png)
Reset password web: to be done