https://github.com/do-community/jamstack-blog-strapi
https://github.com/do-community/jamstack-blog-strapi
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/do-community/jamstack-blog-strapi
- Owner: do-community
- Created: 2021-04-22T17:56:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-22T18:14:14.000Z (about 5 years ago)
- Last Synced: 2025-03-06T05:47:26.170Z (over 1 year ago)
- Language: JavaScript
- Size: 159 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jamstack Blog - Strapi Backend
This is a demo app that demonstrates a fullstack app on [App Platform](https://www.digitalocean.com/products/app-platform/).
- **Backend** w/ [Strapi](https://strapi.io) - A Node framework for building APIs
- **Frontend** w/ [Next.js](https://nextjs.org) - A React framework for building frontend sites
## Instructions
1. Deploy this [Strapi app](https://github.com/do-community/jamstack-blog-strapi)
1. Deploy the [Next.js app](https://github.com/do-community/jamstack-blog-nextjs)
1. Connect the 2 apps via environment variables in the Next.js app: `NEXT_PUBLIC_API_URL`
## Requirements
A MongoDB Database through DigitalOcean.
1. Login to your [DigitalOcean dashboard](https://cloud.digitalocean.com/databases)
2. Create a MongoDB database
## Deploy
[](https://cloud.digitalocean.com/apps/new?repo=https://github.com/chris-on-code/jamstack-blog-strapi/tree/master)