glegrain / post-it

REST API for notes with a cute little frontend

Home Page:https://banana-notes.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Post-it Website Project

Guillaume Legrain

This is a test website project trying to build a REST API.

Getting started

Requirements

  • node.js
  • npm
  • MongoDB

Quickstart

  1. Install required node modules
npm install
  1. If mongo isn't running on your machine, start a mongo server with:
mongod &
  1. start the post-it app
npm start

post-it

About

REST API for notes with a cute little frontend

https://banana-notes.herokuapp.com/


Languages

Language:JavaScript 57.0%Language:HTML 23.3%Language:CSS 19.7%