Skip to content

RaphaelSaban/yup-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo project for Yup

Installation

Clone the repository to your local environment.

npm install

Run

First make sure you have a Postgresql server running (TODO: run an image from docker-compose)

# Tell the backend server how to connect to the database
export DATABASE_URL="postgres://user:password@localhost:5432/database_name"
# Run the servers
npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published