Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

jeremiahvuong/urldabra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

urldabra

Developing

To dev server (in two different terminals simultaneously):

yarn watch
yarn dev

To dev web:

yarn dev

Configuring

Create a .env file in server directory Use the .env.example file as a template You must have all envs to start the server

PORT=4000
CORS_ORIGIN=http://localhost:3000
DATABASE_URL=postgresql://<USERNAME>:<PASSWORD>@localhost:5432/<DB_NAME>
SESSION_SECRET=<SESSION_SECRET>

About

url shortener (gql)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages