Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Slash-Go/SlashGoServer

Open more actions menu

Repository files navigation


Server Code for SlashGo
The most seamless way to manage intra-organization knowledge through memorable shortlinks

GitHub GitHub Workflow Status GitHub issues Twitter Follow


How to build/run

// Install dependencies
$ npm i

// Edit `config/example-config.json` and save it to `config/config.json`
$ cp config/example-config.json config.json
$ vim config/config.json

// Run migrations
$ npx sequelize-cli db:migrate
$ ROOT_EMAIL=root@slashgo.link ROOT_PASSWORD=admin npx sequelize-cli db:seed:all

// Run Dev Server
$ npm run dev

// Create access token for seed user
$ curl -k -XPOST http://localhost:3000/auth/login -d'{"email": "root@slashgo.link", "password": "admin"}' -H"content-type:application/json"

// Now you can use the accessToken to call other APIs

About

Open-source org-wide shared shortlink manager

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.