https://github.com/mebjas/cm-bs-repo
https://github.com/mebjas/cm-bs-repo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mebjas/cm-bs-repo
- Owner: mebjas
- Created: 2017-04-28T08:24:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T16:37:23.000Z (almost 8 years ago)
- Last Synced: 2024-05-23T03:22:08.182Z (11 months ago)
- Language: Java
- Size: 764 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 
Register 
Reset Password 
dashboard - 

Reset password web: to be done