Skip to content

xidb/justdo

Repository files navigation

JustDo - registration and authentication with Symfony 4 and React

Check demo here.

Installation

  • Install API application dependencies:

     composer install
  • Copy .env to .env.local and configure DATABASE_URL, CORS_ALLOW_ORIGIN, JWT_PASSPHRASE, MAILER_PASSWORD and MAILER_SENDER.

  • Configure config/packages/swiftmailer.yaml.

  • Use open-ssl to create secret keys for JWT (passphrase should be the same as JWT_PASSPHRASE):

     openssl genrsa -out config/jwt/private.pem -aes256 4096
     openssl rsa -pubout -in config/jwt/private.pem -out config/jwt/public.pem
  • Create the database and it's sctructure:

     php bin/console doctrine:database:create
     php bin/console doctrine:migrations:diff
     php bin/console doctrine:migrations:migrate
  • Install frontend application dependencies:

     npm install
  • Run dev server:

     npm run dev-server

About

JustDo - registration and authentication with Symfony 4 and React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors