This is a Next.js project bootstrapped with create-next-app
.
# Auth0 settings
AUTH0_CLIENT_ID=
AUTH0_CLIENT_SECRET=
AUTH0_REDIRECT_URI=
AUTH0_POST_LOGOUT_URI=
# You can generate a cookie secret value with the following command:
# node -e "console.log(crypto.randomBytes(32).toString('hex'))"
COOKIE_SECRET=
MONGODB_URI=
MONGODB_DB=
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Guia
- https://www.youtube.com/watch?v=6qR_EpxadMo&ab_channel=FaztCode
- https://jarriagadeveloper.wordpress.com/2016/01/19/mongodb-comandos-basicos/
- https://classic.yarnpkg.com/en/docs/cli/install/
- https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-18-04?utm_source=local&utm_medium=Email_Internal&utm_campaign=Email_UbuntuDistroNginxWelcome&mkt_tok=eyJpIjoiWWpobE5qUmtOREZpT0RjdyIsInQiOiJSbUxmMzkwVXRnUnp0TEJMbkJoNXE2MHVEQjkrTk1XWXBNekhDaUVhSVZuMXNQM0Y0WFVqaWE2RE1RUUFqTkFPK1p0VWVrRFJXbTZCc0Q4aUpnQUNVRUcrUGJ4VnZXZjk2aGQ1UWJaSkM4cmxcL21palREM2dNeDdCdFhqWXVNdEEifQ%3D%3D
- https://www.willandskill.se/en/setup-a-next-js-project-with-pm2-nginx-and-yarn-on-ubuntu-18-04/