nhzaci / FinancialSenseExpress

Back-end RESTful API made with Express.js for the front-end finance tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FinancialSense

About

This is the Express.js server set up with MongoDB as the database for my FinancialSense front-end SPA, which is a financial tracking application.

Usage

For full API documentation, kindly visit the wiki.

Installation

# install dependencies
$ npm install

# serve with hot reload at localhost:3000 using nodemon
$ npm run dev

To run the server successfully, a DB connection has to be set up.

# bash terminal
$ touch .env
$ vim .env
# .env file
DB_CONNECTION = <MongoDB Address Here>

This API is intended for the front-end SPA, FinancialSense, which is accessible here.

TODO:

  • Authentication system on the back-end

About

Back-end RESTful API made with Express.js for the front-end finance tracker


Languages

Language:JavaScript 100.0%