Skip to content

mauroviniciussilva/rocketpay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Rocketpay

Repository size GitHub last commit License Stargazers

Technologies

This project was made using the follow technologies:

Setup

You need to setup some variables to connect the project to your PostgreSQL database. Go to config/dev.exs and put your username, password, database and hostname. Do the same configuration on config/test.exs:

config :rocketpay, Rocketpay.Repo,
  username: "postgres",
  password: "postgres",
  database: "rocketpay_dev",
  hostname: "localhost",
  show_sensitive_data_on_connection_error: true,
  pool_size: 10

Follow these steps to get everything ready before running the API:

Install dependencies

mix.getdeps

Create Database

mix ecto.create

Run Migrations

mix ecto.migrate

Start server

To start your Phoenix server:

mix phx.server

Now you can visit localhost:4000 from your browser.

Learn more


This repository is under development

About

Elixir Payment Gateway - API made with Elixir NLW#04

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages