gierg / task-maker-server

Development Stage

Home Page:https://darurats-task-maker.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task Maker Server Build Status

Simple (hopefully) RESTful API that allows you to create, read, update and delete items from your task list.

Requirements

  • Node and npm
  • MongoDB: Make sure you have your own local or remote MongoDB database URI configured in .env.example

Installation

  1. Clone the repository: git clone git@github.com:darurats/task-maker-server.git
  2. Install the application: npm install
  3. Place your own MongoDB URI in .env.example
  4. Start the server: npm dev
  5. View in browser at http://localhost:3000

Features

Documentation

Documentation

About

Development Stage

https://darurats-task-maker.herokuapp.com

License:MIT License


Languages

Language:JavaScript 75.2%Language:HTML 18.1%Language:CSS 6.7%