Webcodes Admin
This app will make your work of building an admin panel for your application easier.
Features
- Create and Manage data in database
- Create and manage schemas for data storage
- Rest,Graphql,gRPC Api for data access in client
- Ability to create secure endpoints
- Abiltity to manage users with roles
- Ability to upload and manage media/files
About Application
Admins will manage the Webcodes admin panel which will create endpoints for data storage and retrieval by acting as a layer between the database/server and the client. Using webcodes admin you can create both secure and open endpoints which you can use in your web app, mobile app or desktop app using rest, graph or gRPC api.
Installation
Note: Make sure your Go environment is setup.
- Clone the Repo
$ git clone https://github.com/idkashutosh/webcodes-admin.git
- Change to Directory
$ cd webcodes-admin
- Get the Packages
$ go mod tidy
- Run the Project
$ go run main.go
Now open you browser at http://localhost:8080 to see the result
Developer(s)
Ashutosh Dubey