/bucketlistify

A simple bucketlist app

Primary LanguageJavaScript

Bucketlistiy

A simple Bucketlist service REST API

API-DOC

Minimalistic client

Installations

1 Git clone this repository
2 cd to cloned repo root directory
3 run yarn add to install dependencies
4 run node server.js to start server
5 open another terminal and cd to projects client directory
6 run yarn add to install clients dependencies
7 run yarn start to start client server
8 visit http://localhost:3000 on your browser to view app.