Coder Social home page Coder Social logo

currencybird-demo's Introduction

Currency Bird Demo for Evaluation

This project was created to solve the problem that Currency Bird gave as a challenge in the role application.

How the project is structured

The project has two main applications:

  • Backend: This application takes care of the businnes logic throught API RESTful, it was develop using NodeJS with the framework callend NestJS.
  • Frontend: Web application developed in ReactJS.
  • Database: This is not part of the code but it is necessary to mention that the database is MySQL.

How to run this project

The easy and recommended way to run this project is using Docker with Docker-compose. The reason is that you only need to have installed docker-compose cli to run this project in ONE command.

Note: If you do not have installed docker with docker-compose, please read this How to install blog.

Once you have installed docker-compose, clone this repository and go to the root folder. Then, you only have to write the next command.

docker-compose up --build

This command will install the next images: node:alpine, nginx and mysql. And run three application mysql on port 3306, api on port 8000 and frontend on port 3000.

Warning: Please make sure to have the port 3000 and 8000 available in order to run this project without problems.

To consider

  • In order to use the application without problems a database dump was create on init mysql with the first customer (who will create the first invitation link) so in order to generate a invitation link you must write Test as a full name and [email protected] as email.

currencybird-demo's People

Contributors

joshnavdev avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.