Giter VIP home page Giter VIP logo

notsignal's Introduction

NotSignal, a secure web chat messenger!

Capstone project of the 4 course specialization by the University of Maryland.

Overview

Message content is encrypted at rest with SHA-512.

Login page

Signup page

Inbox

Sending messages

Building and testing

Requirements

  • Docker (have it running systemctl start docker)
  • Docker-compose
  • Python 3.6 (Django cryptography doesn't work correctly in 3.9 at this time)

Development

Use docker-compose.yml for development, it uses the Django built in runserver.

The application is already setup for development, whenever you launch Django, it will automagically create the db.sqlite3 file in the root of the Django app.

Once the server is up and running, we need to create the database, Django makes it easy. Just run the migrations:

sudo docker-compose exec notsignal python manage.py migrate

Now create a superuser:

sudo docker-compose exec notsignal python manage.py createsuperuser

FAQ

  • I f*cked up! How do I remove everything inside the containers? Check the containers ID with sudo docker ps -a and delete them with sudo docker stop IDhere otherID. Then proceed to nuke everything inside of Docker (WARNING THIS WILL REMOVE ALL CONTAINERS AND DATA) with sudo docker system prune -a. Yes this has happened to me so much that I needed to do a FAQ to remember it.

notsignal's People

Contributors

barraguesh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.