Update README.md

This commit is contained in:
Keannu Bernasol 2024-08-30 22:46:40 +08:00
parent 89493f048c
commit 2ad01419cd

View file

@ -13,12 +13,15 @@ This is a Django template that I personally use for my projects. This covers the
- Selenium (Optional, for webscraping with support for Chrome and Firefox drivers) - Selenium (Optional, for webscraping with support for Chrome and Firefox drivers)
- Stripe Subscriptions (Optional, with regular and pro-rated subscription support) - Stripe Subscriptions (Optional, with regular and pro-rated subscription support)
- Notifications (via traditional RESTful endpoints) - Notifications (via traditional RESTful endpoints)
- CI/CD pipeline templating with Woodpecker for automated deployments
A live API demo can be found [here](https://api.template.06222001.xyz/swagger)
## Development ## Development
- Create a copy of the `.env.sample` file and name it as `.env` in the same directory - Create a copy of the `.env.sample` file and name it as `.env` in the same directory
- Populate .env with values - Populate .env with values
- Run `docker-compose up -f docker-compose.dev.yml` - Run `docker-compose -f docker-compose.dev.yml up`
Be sure to follow through the steps shown in the `stripe-listener` container for initial setup with Stripe! Be sure to follow through the steps shown in the `stripe-listener` container for initial setup with Stripe!