Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.