Level Software Development
Add the neccesary keys to the .env file. Then run:
yarn run start
To create a database for the project run:
cd ./infrastructure
bash start.sh
When deploying a project, add the following secrets to your repo settings (under secrets actions) and any project dependant secrets to AWS Systems Manager:
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
Now remove line 13 from .github/workflows/deploy-server.yml
and merge your project into the main branch.
AWS Cloudformation will now generate your project.
Contributions are very welcome, as well as issues created for any updates required.