Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 923 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 923 Bytes

Meta Messenger 🚀

image An application created with the new version of Next JS. The purpose of this application is to create an online chat, in which users will log into their facebook account.

💻 Developing differences...

  • Built with Tailwindcss
  • Responsive Design

🚀 Technologies Used

FRONT-END:

  • NextJS v.13
  • Typescript
  • Redis
  • NextAuth
  • SWR (useSWR)

🎨 STYLES:

  • TailwindCSS

BACK-END:

  • Upstash

🖥 DEPLOY:

  • Vercel

📋 Installation:

Server

First, create a new .env file on the root directory, using the .env.example template as base.

After that, to start the server, run:

$ npm run dev

Web

To run the local Vite web client:

$ npm install
$ npm run dev