fac28 / PactPortal

FAC Week 3 Authentication
0 stars 0 forks source link

image

PactPortal

Welcome to PactPortal, where the mystical meets the digital age! Uniting wizards and demons in an enchanting fusion of occult ceremony and modern technology, we've conjured up the ultimate platform for seekers of arcane connections. Create your profile, cast your charm, and let the sparks of infernal pacts fly in a world where heresy, arcane power, and communication converge. Swipe, chat, and unlock the secrets of the supernatural like never before—because in the realm of magic, even the most otherworldly connections start with a simple click.

Remote Deployment

This app is deployed on fly.io and can be accessed at: https://pactportal.fly.dev/

Installation

Clone the project

  git clone https://github.com/fac28/pactportal.git

Go to the project directory

  cd pactportal

Install dependencies

  npm install

Seed the database

  npm run seed

Start the server

  npm run dev