Skip to content

suvambasak/gis-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App Backend

This is the backend and admin panel only for the Android App visit here.

  • The directory services contains backend web services for the app.
  • The directory admin contains the admin panel.

Deployment

  1. Install git and XAMPP
  2. Change ownership of the htdocs directory.

$ sudo chmod -R user /opt/lampp/htdocs/

  1. Change the directory to htdocs and clone the repository.

$ cd /opt/lampp/htdocs/

$ git clone https://github.com/suvambasak/gis-backend.git

  1. Start apache and MySQL

$ sudo /opt/lampp/lampp start

  1. Goto: http://localhost/phpmyadmin/
  2. Inside import tab import file gisdb.sql
  3. Edit the source code and change the database credential (you may need to change some page redirect URL also).
  4. Goto: http://localhost/admin/

Admin panel