Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 2.03 KB

README.md

File metadata and controls

50 lines (41 loc) · 2.03 KB

Serverless Starter

This project is a starter to deploy serverless application to the Internet.

It contains :

You can use this starter for your own need.

Run it locally

  • Run the Api
    • go to ./packages/api
    • make docker-run to start MySQL service
    • make first-install to install dependencies and populate database
    • make run to start symfony local server
  • Run the Frontend

Deploy it to AWS

  • Deploy to preprod
    • go to ./packages/deploy
    • configure .env.api.preprod and .env.front.preprod files
    • STAGE=preprod make deploy
  • Deploy to prod
    • go to ./packages/deploy
    • configure .env.api.prod and .env.front.prod files
    • STAGE=prod make deploy

Contribution

All contributions are welcome to improve this starter