Skip to content

jesper-nord/recurringly-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

recurringly-backend

The backend service supporting Recurringly.

Dependencies

  • Postgres

Development

Create an .env file in project root:

APP_ENV=local
PORT=8080
DB_HOST=localhost
DB_PORT=5432
DB_NAME=postgres
DB_USERNAME=<username>
DB_PASSWORD=<password>
JWT_SIGNING_SECRET=<any string>

See also

recurringly-web, the web frontend for Recurringly.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages