Skip to content

calvinfeng/sling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About Sling

Sling messaging mimics Slack

Usage

Set up your local SQL database, you will need to install Postgres if you don't already have it. This link does a great job of doing this.

http://postgresguide.com/setup/install.html

Add jcho as a superuser.

Upen the psql envirnment to make changes.

$ sudo -u postgres psql
psql (10.9 (Ubuntu 10.9-0ubuntu0.18.04.1))
Type "help" for help.

postgres=#

Run the following commands to add the superuser jcho.

postgres=# create role jcho superuser login;
postgres=# alter user jscho with password 'jcho'
postgres=# create database sling with owner=jcho; 

Compile and run the server code:

go install
sling runmigrations

Build the frontend:

cd frontend/
npm run build

Finally, run the server:

sling runserver

Open localhost:8888 on your browser to begin chatting!

About

Sling messaging mimics Slack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages