miniaxolotl / gobox-server-go

---DEPRICATED--- A private, secure & open web application for general-purpose file sharing.
https://gobox.dev
GNU General Public License v3.0
0 stars 0 forks source link

Install #1

Open camjac251 opened 4 years ago

camjac251 commented 4 years ago

I'm having trouble getting this to run on Go 1.4.2. When I start the server I see {"message":"Not Found"} in my browser.

I ran cloned the repository with git, created a dist folder inside of the folder git created, copied config.go.example to config.go and added my port, ip and mongo info. But after running the build script and running the server, I just see that message. I've tried different ports, and using regular unencrypted http but they both failed.

Does this script support user authentication? I noticed that in the latest commit

miniaxolotl commented 4 years ago

Hey @camjac251! cheers for checking this out. Yeah this is just an api service for the app so it makes sense you got {"message":"Not Found"}. I wrote the original app a while ago when I was new to programming and I am rewriting it. With the rewrite I chose to split the back-end and front-end so I can use a front-end framework (easier to implement accounts/authentication and mobile app).

The first version is actually located here: https://github.com/CeruleanSong/gobox-server-v1 (currently running on https://gobox.dev).

Sorry for confusion though! I'm actually working on a third version (using nodejs). The new back-end and front-end is here: https://github.com/CeruleanSong/pandome-web https://github.com/CeruleanSong/pandome-server

camjac251 commented 4 years ago

Can't wait to see what you do with it. Do you plan to make it more like a pomf type app? Or possibly a dropbox/puush app?