Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jerga99/portfolio-jerga-app
- Owner: Jerga99
- Created: 2020-05-19T07:19:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-12T15:23:14.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T21:19:11.535Z (8 months ago)
- Topics: nextjs, react
- Language: JavaScript
- Homepage: https://www.udemy.com/course/awesome-nextjs-with-react-and-node-amazing-portfolio-app/?referralCode=154895384642AFFCE598
- Size: 1.98 MB
- Stars: 35
- Watchers: 4
- Forks: 14
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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_AUDIENCEPORTFOLIO_API_URL=http://localhost:3001/api/v1
BASE_URL=http://localhost:3000
```### 3. run `npm run dev`