Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

jdrouet/magic-link-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

magic link server

install locally

docker run -d -p 5433:5432 --name postgres postgres
docker run -d -p 2525:25 --name fakesmtp munkyboy/fakesmtp
docker exec -i -t postgres createuser -h localhost -U postgres --superuser omts
docker exec -i -t postgres createdb -h localhost -U postgres --owner omts omts-magic-link
npm install
npm run migrate
npm start

run the tests

npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published