Archived due to time since last touched and having transitioned to a different web framework and have moved onto bigger things. I am still very satisfied with the hign quality work I produced during the lifetime of this project. Please feel free to look around.
Looking for the frontend repo? https://github.com/elixir-x/elixir-fe
- install mkcert and generate localhost certificates, put them in the root of the project.
- rename your certificates to
cert.pemandcert-key.pemrespectively. - run
yarn devto start the backend project, you're all set up!
- rename the
.env.exampleto.env - Generate a session secret by opening your terminal and running
nodethen runningrequire('crypto').randomBytes(64).toString('hex')to generate a secret and put it into theSECRETfield in the.envfile.
- Run
yarn buildto build the backend project. - You are now ready to deploy for production!