Inicio._.Renovaih.mp4
This is a educational website to see posts and do projects.
- Install LTS Node version.
- Create OAuth provider in Google Console
- Create a database in postgres (can be done with Prisma + Heroku)
- Typescript
- Nextjs
- Prisma ORM
- Prismic CMS
- Next-auth
- Axios
- React query
- Postgres
- Next-themes
- React-testing-library
- Tailwind CSS
git clone https://github.com/RodrigoRVSN/renovaih.git
yarn
yarn prisma db seed
yarn dev
yarn test
yarn cy:run
yarn cy:open
yarn prisma studio
GET (ranking DESC) -> /api/users
PUT (edit user info) -> /api/users/edit/${id}
GET (user info) -> /api/users/${id}
GET (lit projects) -> /api/projects
To contribue with renovaih, follow the steps:
- Fork this repository.
- Create a branch:
git checkout -b <name_branch>
. - Make the changes and confirm:
git commit -m '<message_commit>'
- Send to original repository:
git push origin <main_branch> / <local>
- Send the pull request.
Alternatively, see the GitHub documentation at how to create a pull request.
Made with β€οΈ by:
Rodrigo Victor |