Skip to content

Devconnector 2.0 is a modified version of the real one. This version uses SSR with next.js

License

Notifications You must be signed in to change notification settings

fero1xd/Devconnector_2.0

Repository files navigation

Devconnector-2.0 NextJS Implementation

This is a next.js implementation of devconnetor-2.0 from this udemy course made by bradtraversy.

This version of the app does not have ->
1. Any flashing of protected pages
2. Redux (but uses next.js way of authentication)

Installation

Clone the repo

git clone https://github.com/FeroniK/devconnector-nextjs.git

Use the package manager npm to install the dependencies.

npm install

Usage

Make a .env file in the root of the project and then put the following content

MONGO_URI=
PORT=3000
jwtSecret=
githubClientSecret=
githubClientID=
githubTOKEN=

Run the App

npm run dev

About

Devconnector 2.0 is a modified version of the real one. This version uses SSR with next.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published