View Demo · Report Bug · Request Feature
## Built withBackend:
Deployed On:
Lectronic App is an application for selling electronic devices. users can order products and make payments through the third application, namely Midtrans. and users can manage profiles. For the admin role, you can manage product and user. This application is built with Golang using the gorilla/mux package for routing. The databases used in this application are PostgreSQL
-
Clone the repository
https://github.com/Irsad99/Lectronic-Apps
-
Install dependencies
go mod tidy
-
Environtment Variable
BASE_URL=https://myelectronic.herokuapp.com APP_PORT=8080 JWT_KEYS=my - lectronic - key
DB_HOST= DB_NAME= DB_USER= DB_PASS=
CONFIG_SMTP_HOST=smtp.gmail.com CONFIG_SMTP_PORT=587 CONFIG_AUTH_EMAIL=youremail@gmail.com CONFIG_AUTH_PASSWORD=yourpassword
CLOUD_NAME= CLOUD_KEY= CLOUD_SECRET=
MIDTRANS_CLIENT= MIDTRANS_SERVER=
-
Run the app
go run main.go server
Frontend Lectronic here
End Point Backend Lectronic here
Developed with ❤️ in Indonesia 🇮🇩