Skip to content

PedroArch/archmoney

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finacial Controller List

Finacial app

For this project, my task was create a finacial app in typescript.

Requirements

  • NodeJS
  • Git

Development setup

  1. Clone this repo in your terminal

git clone https://github.com/PedroArch/archmoney

  1. Still in terminal npm install

or if you prefer yarn commands yarn

Running the program

  1. Just run in your terminal yarn start

Usage example

In the root page http://localhost:3000/ you can see the application working.

If you find bugs or problems you can sent a message to me twitter or email.

Release History

  • v1.0
    • first version

Meta

Pedro Carvalho – @PedrArch[email protected]

https://github.com/PedroArch

Contributing

  1. Fork it (https://github.com/PedroArch/archmoney)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request