DanSepulveda / alkemy

Alkemy Challenge is a web application where people can manage their personal finances by registering money inflows and outflows.

Home Page:https://alkemydansep.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alkemy Challenge

Alkemy Challenge is a web application where people can manage their personal finances by registering money inflows and outflows.

Getting Started 🚀

Content

This project has two branches: master and deployment. master is configured to be run in local while main is prepared to be hosted on Heroku.

Demo

You can see a demo of this project on the following link: Alkemy Challenge

Installation 🔧

If you want to run this project on your machine, just follow these steps:

  • Create a folder and execute git clone https://github.com/DanSepulveda/mytinerary-sepulveda.git.
  • Create a .env file on root directory and add the following variables: DB_HOST, DB_USER, DB_PASSWORD, DB_DATABASE, DB_PORT, and SECRETORKEY.
  • Execute npm install in both root and frontend directories.
  • Execute npm start in both root and frontend directories.
  • Go to http://localhost:3000 on web browser.

Technology Stack 🛠️

This project was built using the following technologies

  • React - JavaScript library for building user interfaces
  • Node.js - JavaScript runtime built
  • Express - Framework for Node.js
  • MySQL - Node.js driver for mysql
  • Redux - State Container
  • Passport - For user authentication

Developed by Daniel Sepúlveda 😊

About

Alkemy Challenge is a web application where people can manage their personal finances by registering money inflows and outflows.

https://alkemydansep.herokuapp.com/


Languages

Language:JavaScript 83.0%Language:CSS 16.3%Language:HTML 0.7%