Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datsfilipe/ignews
Ignews is a news in post format app made in ignite course chapter 03.
https://github.com/datsfilipe/ignews
jamstack nextjs nlw reactjs stripe
Last synced: 2 days ago
JSON representation
Ignews is a news in post format app made in ignite course chapter 03.
- Host: GitHub
- URL: https://github.com/datsfilipe/ignews
- Owner: datsfilipe
- Created: 2021-12-10T20:31:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T18:45:01.000Z (over 1 year ago)
- Last Synced: 2024-11-10T16:35:27.774Z (2 months ago)
- Topics: jamstack, nextjs, nlw, reactjs, stripe
- Language: TypeScript
- Homepage: https://ignews-datsfilipe.vercel.app/
- Size: 157 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ignite
### [Chapter 03] - Next fundaments / Back-end in front-end / JAMStack
**Subjects**
- Next.js
- Stripe
- Fauna database
- CSR / SSR / SSG
- Listening stripe websocket events
- Get props from next with server side props and static props
- Using next api functionality
- JAMStack
- Prismic CMS**Deploy**
[Click here to see deployment](https://ignews-beige.vercel.app).
- Obs:
it's not running checkout with Stripe for now.**Running it**
- Clone the repo with `git clone`;
- After that, run `yarn` or `npm install` to install dependencies;
- And then run `yarn dev` or `npm run dev` to run the app at development mode.