Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ It is built in Golang using the **Fiber** package.
**Fiber** is an [Express](https://github.com/expressjs/express) inspired **web framework**
You can read more about it **[here](https://github.com/gofiber/fiber)**.
Project is right now at it's very intial stage and under developement. Our plan is to make this a **Good Open Source** project, where people can easily start contributing, fix bugs and add more features 🙂.
## Distictive features of SQLite
> Serverless

>Compact

> Public Domain

>Zero Configuration


## **🔧 Usage**

Expand Down Expand Up @@ -43,7 +52,7 @@ go run main.go
```

**5.)** Now you can visit `localhost:3000` and you will be able to see:
![Screenshot from 2022-09-22 12-21-21](https://user-images.githubusercontent.com/87603425/191677999-c3a95f63-8f4b-4b53-8a04-f50fc4323d9d.png)
![Screenshot from 2022-09-22 12-21-21](https://user-images.githubusercontent.com/98336593/195328073-4f030dda-587a-4b18-85e3-bc759945f666.png)

## **👥 Contributors**

Expand Down