A mini Social-Network created with the awesome Golang💖💖!!
No longer maintained. But it works
- Make sure you keep this project inside
$GOPATH/srcfolder.
-
Open PHPMyAdmin, create a db & import
db.sql. -
Install dependencies.
# golang deps
dep ensure
# JS deps (either with npm or with Yarn)
npm install [or] yarn- Create a
.envfile & insert the following code. Replace values with yours!!
PORT=YOUR PORT (default: 2280) [STRING]
SESSION_SECRET=ANYTHING SECRET [STRING]
DB_USER=DB_USER [STRING]
DB_PASSWORD=DB PASSWORD [STRING]
DB=DB YOU JUST CREATE [STRING]-
My root folder name is
Go-Mini-Social-Network, if yours is different then go ahead & change it on imports. It can be done easily by searching the whole project. -
Now run the app.
npm start [or] yarn start- Run the app in browser.
localhost:[PORT] PORT=4907 (By default)- Enjoy 💖💖!!






