Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 627 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 627 Bytes

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