Skip to content

Latest commit

 

History

History
96 lines (68 loc) · 1.89 KB

README.md

File metadata and controls

96 lines (68 loc) · 1.89 KB

Ignite Call

Link to site online: Ignite Call

Technologies   |    Project   |    Layout   

project img

🚀 Getting started

Clone the project and access the folder.

$ git clone https://github.com/diaspd/ignite-call.git
$ cd 

Installation

$ npm install

Running the app

$ npm run dev

Setting the app

To connect to Google and Database you will need to create a .env.local file and add

# your database URL using for example docker
DATABASE_URL="postgresql://postgres:docker@localhost:5432/ignitecall"
DATABASE_DIRECT_URL="postgresql://postgres:docker@localhost:5432/ignitecall"

# and 2 keys for Google:
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=

# and a random number for 
NEXTAUTH_SECRET=

Running the Docker

$ docker run --name postgres -e POSTGRES_PASSWORD=docker -p 5432:5432 -d postgres
$ docker start mysql

The app will be available on http://localhost:3000



💻 Technologies

This project was developed with the following technologies:

  • React
  • Next
  • Stitches
  • Oath
  • Prisma

📄 Project

💰 Using Nextjs, Oauth connection with Google,cookies, dates, back end with prisma and deploy on Vercel and Neon.



🔖 Layout



Made with ♥ by Pedro Dias. 👋 Follow me on social media!

If you can give a little star, I appreciate it 🤩