An open API service indexing awesome lists of open source software.

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.

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