๐ A Blog with integrated CMS and subscription payment method
The site has a total of 5 pages, which are:
- Home: The page offers the option to login with Github or to create a signature on the site.
- Posts: Offers a list of all posts on the site, but you must have a subscription to view them in full.
- Preview (Without Subscription): A page to see just a piece of the post if the user has no subscription.
- Post (With signature): A page presenting the complete post.
Before starting, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/Kayke-Fujinaka/ig.news
# access
$ cd ignnews
# install dependencies
$ yarn or npm
# Run the project
$ yarn start or npm start
# The server will initialize in the <http://localhost:3000>
Thanks to the following people who contributed to this project:
Kayke Fujinaka |
This project is under license. See the LICENSE file for more details.
ย