https://github.com/jefferson1104/blogdeveloper-nextjs
A website developed with Next.js and GraphQL with blog functions where it contains posts that you manage the content with DatoCMS.
https://github.com/jefferson1104/blogdeveloper-nextjs
datocms graphql javascript nextjs
Last synced: 2 months ago
JSON representation
A website developed with Next.js and GraphQL with blog functions where it contains posts that you manage the content with DatoCMS.
- Host: GitHub
- URL: https://github.com/jefferson1104/blogdeveloper-nextjs
- Owner: jefferson1104
- Created: 2021-09-14T01:54:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-27T13:39:03.000Z (about 4 years ago)
- Last Synced: 2025-10-11T07:04:05.141Z (2 months ago)
- Topics: datocms, graphql, javascript, nextjs
- Language: JavaScript
- Homepage: https://nextjsblog.soaresdev.com
- Size: 1.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Blog Developer
# About this project
A website with content for web programming studies has the functions of a blog containing posts managed by [DatoCMS](https://www.datocms.com/), the data is consumed using [GrapQL](https://www .graphql.com/), and the routes are protected by authentication using the [firebase](https://firebase.google.com/) authentication system, the project was developed with the Javascript programming language and the React.js called [Next.js](https://nextjs.org/)
# Run the project
```bash
# Clone this repository
$ git clone https://github.com/jefferson1104/blogDeveloper-nextjs.git
# Open the project in your vscode
$ cd blogDeveloper-nextjs
$ code .
# Run the application
$ yarn dev
# Routes
/allseries
/about
/privacy
```
# Screenshots






