Skip to content

Service to publish a webpage to display what you want to say

License

Notifications You must be signed in to change notification settings

hasithsen/sayit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Say it

Service to publish a webpage to display what you want to say 😜

Message view screenshot

Local setup

  • Clone repository
  • Create .env file inside sayit/settings/ with following variables
    SECRET_KEY='<random-django-secret-key>'
    ALLOWED_HOSTS=<allowed-hosts-seperated-by-spaces>
    
    HASHIDS_SALT='<random-characters-as-salt>'
    
  • Start development server as follows, site will be accessible at http://localhost:8000/
    python3 manage.py runserver --settings="sayit.settings.dev"
    

Credits

License

MIT

About

Service to publish a webpage to display what you want to say

Topics

Resources

License

Stars

Watchers

Forks