Giter VIP home page Giter VIP logo

bia-backend's Introduction

bia logo

Bia Backend

In Greek mythology, Bia, was the personification of force and raw energy

Bia is a personal productivity CLI. This is the backend API that communicates with the CLI.

Development

npm run dev   # sets up mongo and server
npm test      # run test suite
npm run build # compile es6 for deployment

Habits

Column Type Description
name String name of the habit
Method Endpoint Description
GET /habits returns all habits
GET /habits/:id returns habit
POST /habits create a new habit must include a name param

Goals

Column Type Description
name String name of the goal
complete Boolean is goal complete or not
timeFrame Number number of years to complete goal
completedAt Date when the goal was completed
Method Endpoint Description
GET /goals returns all goals
GET /goals/:id returns goal
POST /goals create a new goal must include a name and timeFrame param

Weights

Column Type Description
amount Float amount I weigh
Method Endpoint Description
GET /weights returns all weights
POST /weights create a new weight

bia-backend's People

Contributors

spencercdixon avatar

Watchers

 avatar  avatar

bia-backend's Issues

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.