https://github.com/ankush-web-eng/baas
Frontend of my BaaS that I am building to help developers ease their development. This will allow them to use less libraries and focus more on development of their product. Backend in Golang (using goroutines) makes it pretty fast.
https://github.com/ankush-web-eng/baas
aceternity-ui next-auth nextjs shadcn
Last synced: 7 months ago
JSON representation
Frontend of my BaaS that I am building to help developers ease their development. This will allow them to use less libraries and focus more on development of their product. Backend in Golang (using goroutines) makes it pretty fast.
- Host: GitHub
- URL: https://github.com/ankush-web-eng/baas
- Owner: ankush-web-eng
- Created: 2024-09-11T11:56:29.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-15T14:41:01.000Z (12 months ago)
- Last Synced: 2025-01-17T12:16:43.272Z (9 months ago)
- Topics: aceternity-ui, next-auth, nextjs, shadcn
- Language: TypeScript
- Homepage: https://sudodev.ankushsingh.tech
- Size: 2.05 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
SudoDev
# SudoDev
## Get rid of SDK's and just focus on development.
### Get rid of using the same code again and again. We have built SDK's for you for you so that you can just focus on developing projects. Just make an API call and let us handle the rest.
If you are an absolute beginner or if you are someone who makes a lot of Full-Stack Projects,
then sudodev is for you. It allows people to perform certain tasks by their application by just making an API call.If you wanna try out, get your API_KEY now from [SudoDev](https://sudodev.ankushsingh.tech)
The tutorial on how to use this application is [here](https://youtu.be/gGhcjKgid4A)
### Backend in Golang
This application performs all it's tasks at it'e best efficiency beacuse the backend is written
as in highly concurrent golang code.- Here is the repo for [backend](https://github.com/ankush-web-eng/microservice)
## If you are a dev curious about our code, follow below mentioned steps:
### Clone this repo
```bash
git clone https://github.com/ankush-web-eng/SaaS
```### Install the dependencies
```bash
npm install
```### Run the application
```bash
npm run dev
```
or
```bash
npm run build && npm run start
```- The application will start on [http://localhost:3000](http://localhost:3000)
## Happy Coding