Skip to content

darkwood-com/serverless-starter

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages