Skip to content

fth-ship/fth-finance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feel The Hacking - Finance REST Application

Description

This is a learning project, to explore and study. You have the permission to hack this and improve.

Installation

Demo

Commands

Fork and clone the project

Install hard dependencies

Node.js + MongoDB

Install dependencies

[sudo] npm install

Install the test runner

[sudo] npm install mocha

Run the tests

mocha test/*.test.js -t 10000

Start the hacking by main files

app.js

models/*.js

routes/*.js

test/*.js

Goals

* Record a hangout to explain how that project work

* Make a blog post

* Improve the project using an pipeline:
    
    - Smart CRUD

    - Create more fixtures

    - Add authentication

    - Make a multi user application

    - Make a CLI with client consumer

    - Create a generator using that structure

Purpose

Create a group to hack and share knowledge, about web development.

License

under BSD

Author

Kaique da Silva <kaique.developer@gmail.com>