Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

secure-notes-app

Final project for the ODAS course.

After cloning the repository:

  1. Go to the flask-app directory.

  2. Create an .env file:

SECRET_KEY=...
SQLALCHEMY_DATABASE_URI=...
PEPPER=...
  1. Create an ssl directory and inside it:

    1. Create a private key my_ssl.key.
    $ openssl genrsa -out my_ssl.key
    
    1. Create a self-signed certificate my_ssl.crt.
    $ openssl req -new -x509 -days 365 -key my_ssl.key -out my_ssl.crt
    
  2. Run the container from the flask-app directory:

$ docker-compose up --build

About

Final project for the ODAS course.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages