This is a Go-Link service built on top with NodeJS
, HTML5/CSS/Bootstrap
.
- Install the right
nodejs
version (and right python version e.g. python3.10) and donpm install
- Run the following
npm run build
npm run dev
- Create and config your MongoDB instance. We recommend using mLab from Heroku Credentials
- Create your Google Analytics instance, take down Tracking ID
- Create your Auth0 account and take down the client id, client secret, domain and callback url.
- Create
.env
file. You can use heroku-dotenv to push to your heroku instance if you are deploying on Heroku.
- A goLink could be created without login.
- A goLink could only be updated with login.
We welcome contributions. Send us Pull Request.