Toshiuk / ekki

Home Page:https://ekki-ui-toshiuk.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ekki bank project

Ekki Bank, Challenge held for the 4All test. Using Node.js and React.

Instructions

To run this project you will need follow those steps

Prerequisites

  • npm or yarn
  • sequelize
  • postgres

Starting API

First thing you need to configure your DB in "/api/config/config.json" than run :

$ cd api
$ yarn install (or npm install)
$ sequelize db:create
$ sequelize db:migrate 
$ yarn run dev (or npm run dev)

Starting UI

$ cd ui
$ yarn install (or npm install)
$ yarn start (or npm start)

About

https://ekki-ui-toshiuk.herokuapp.com


Languages

Language:JavaScript 96.1%Language:CSS 2.9%Language:HTML 1.0%