Skip to content

zuramai/smartschool_api

Repository files navigation

Installation

  1. Clone the repository
go get https://github.com/zuramai/smartschool_api.git
git clone https://github.com/zuramai/smart_school_webapi.git
  1. Run the mongodb
sudo service mongod start
  1. Run the API
cd $GOPATH/src/github.com/zuramai/smartschool_api
go run main.go
  1. Run the Web
cd /var/smart_school_webapi
php artisan serve
  1. Run the Socket Server
cd /var/smart_school_webapi/websocket
node index
  1. Run the Attendance Detection
cd $GOPATH/src/github.com/zuramai/smartschool_api/demo/CyberNet
go run bundler.go

Registration

  1. Go to directory
cd $GOPATH/src/github.com/zuramai/smartschool_api/demo/Register
go run Binary.go

About

Smart School API with Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published