Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 421 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 421 Bytes

SpoilerAlert

Don't spoil it for me!

A project of the Pink Armadillo Fairies.

To test enter the terminal command npm start

npm start loads localhost 8080 and run frontend npm run server renders in localhost3000 and renders any middleware(backend)

Connecting to database

Create .env file at the root of your directory. Add the following environment variable to this file: SUPABASE_PG_KEY="secret-goes-here"