johinsDev / exchange-rate

Exchange app NODE/REACT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

JS - Money XChange

Table of Contents

About The Project

![API URL] ![APP URL]

This project is a technical test required at Belatrix

Built With

Getting Started

Prerequisites

  • npm
npm install npm@latest -g

Installation

  1. cd server
  2. add env
  3. yarn
  4. yarn dev
  5. cd client
  6. yarn
  7. yarn dev
  8. change url API
  1. Create your .env and then enter your API KEY
# JSON web token (JWT) secret: this keeps our app's user authentication secure
# This secret should be a random 20-ish character string
JWT_SECRET ='p4sta.w1th-b0logn3s3-s@uce'

# Mongo DB
# Local development
DATABASE_URL=mongodb+srv://name:password@host

# Port
PORT=80

# Debug
LOG_LEVEL='debug'

# FIXER IO API
API_EXCHANGE =  API_FIXER_IO
DOMAIN_EXCHANGE = http://data.fixer.io/api/latest

About

Exchange app NODE/REACT


Languages

Language:TypeScript 98.1%Language:JavaScript 1.3%Language:CSS 0.6%