Open Source backend in just 1 File

Hi, I’m Muneeb, Freelance Front-end Developer. I will keep the post short and to the point.
So I came accross an Amazing Open Source Project called PocketBase developed in GOLang. I was blown away with the capabilities of this project. Read more on the…


This content originally appeared on DEV Community and was authored by muneebbug

Hi, I'm Muneeb, Freelance Front-end Developer. I will keep the post short and to the point.
So I came accross an Amazing Open Source Project called PocketBase developed in GOLang. I was blown away with the capabilities of this project. Read more on their repo.

There's no need to manage 100's of file for your backend. you just have a single executable file and that's it. Feels untrue right? I thought that too but when I tried it, I was speechless.

Here are the features mentioned on their website

  • Realtime database
  • Authentication
  • File storage
  • Admin dashboard

Just one file. Damn. Here's how to get it
Go to this link and download the file for your specific OS.

Then you need to unzip the archieve. In my case on Linux I used following commands

Head over to downloads folder where you saved it.

cd Downloads

Then you need to extract the archieve

unzip pocketbase_0.2.4_linux_amd64.zip

Then you need to open the extracted folder

cd pocketbase_0.2.4_linux_amd64

and final step

./pocketbase serve

Hurrayy!! Your Self-Hosted Real Time Server is rolling on

http://localhost:8090

The admin panel UI is hosted on

http://localhost:8090/_/

and the REST API is hosted on

http://localhost:8090/api/

No go to http://localhost:8090/_/

Pretty simple HUH? So here's the first time signup page
Image description

and here's the ADMIN Panel for you. Congragulations, You have your own self-hosted backend in just 5 minutes.

Image description

Thanks for reading my post ❤️ Leave a comment!

@muneebbug


This content originally appeared on DEV Community and was authored by muneebbug


Print Share Comment Cite Upload Translate Updates
APA

muneebbug | Sciencx (2022-07-12T20:13:12+00:00) Open Source backend in just 1 File. Retrieved from https://www.scien.cx/2022/07/12/open-source-backend-in-just-1-file/

MLA
" » Open Source backend in just 1 File." muneebbug | Sciencx - Tuesday July 12, 2022, https://www.scien.cx/2022/07/12/open-source-backend-in-just-1-file/
HARVARD
muneebbug | Sciencx Tuesday July 12, 2022 » Open Source backend in just 1 File., viewed ,<https://www.scien.cx/2022/07/12/open-source-backend-in-just-1-file/>
VANCOUVER
muneebbug | Sciencx - » Open Source backend in just 1 File. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/07/12/open-source-backend-in-just-1-file/
CHICAGO
" » Open Source backend in just 1 File." muneebbug | Sciencx - Accessed . https://www.scien.cx/2022/07/12/open-source-backend-in-just-1-file/
IEEE
" » Open Source backend in just 1 File." muneebbug | Sciencx [Online]. Available: https://www.scien.cx/2022/07/12/open-source-backend-in-just-1-file/. [Accessed: ]
rf:citation
» Open Source backend in just 1 File | muneebbug | Sciencx | https://www.scien.cx/2022/07/12/open-source-backend-in-just-1-file/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.