Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jerga99/portfolio-jerga-app

Next JS Serverless - Udemy course material
https://github.com/jerga99/portfolio-jerga-app

nextjs react

Last synced: 2 months ago
JSON representation

Next JS Serverless - Udemy course material

Awesome Lists containing this project

README

        

# portfolio-jerga-app
Next.js Serverless App - Udemy course material

[Complete Next.js with React & Node - Beautiful Portfolio App
](https://www.udemy.com/course/awesome-nextjs-with-react-and-node-amazing-portfolio-app/?referralCode=154895384642AFFCE598)

### 1. Run `npm install` to install all of the dependencies

### 2. in root folder create `env.development.local` file with following content:
```javascript
AUTH0_DOMAIN=YOUR_AUTH0_DOMAIN
AUTH0_CLIENT_ID=YOUR_AUTH0_CLIENT_ID
AUTH0_CLIENT_SECRET=YOUR_AUTH0_CLIENT_SECRET
AUTH0_REDIRECT_URI=http://localhost:3000/api/v1/callback
AUTH0_POST_LOGOUT_REDIRECT_URI=http://localhost:3000/
AUTH0_COOKIE_SECRET=SOME_UNIQUE_STRING //e.g. asd7ad9879d8a7d89adkabsdhjbasbdas98as7d>?{sd9a87dd8a7d9adad7a8d}
AUTH0_NAMESPACE=YOUR_AUTH0_NAMESPACE
AUTH0_AUDIENCE=YOUR_AUTH0_AUDIENCE

PORTFOLIO_API_URL=http://localhost:3001/api/v1
BASE_URL=http://localhost:3000
```

### 3. run `npm run dev`