Project | Installation | Technologies | Deploy
This is a project that I used to practice my knowledge mainly of the Prisma database with PostgreSQL, and make Api's with NodeJS and express framework. The following project also uses, TailwindCSS, TypeScript NextJS.
This application allows you to post something, see posts from other people and comment in another posts, this application was built in NextJS, with Google Authentication.
-
This application was deployed with Vercel Service
- Important: You must have installed the Next.js and Git
# clone it
$ git clone [email protected]:airton-canale/postit.git
$ cd postit
# Install dependencies
$ npm install
# Running scripts
$ npm run dev
- And enter in your browser using http://localhost:3000
This project was developed using the following technologies: