Skip to content

A simple REST API to work on Marc Garreau and Will Faurot's book Redux-In-Action

Notifications You must be signed in to change notification settings

tdiluzio/tasks-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tasks MOCK REST API

Please find here the repo to the mock REST API for Manning's book REDUX in Action.

SETUP

You need to have Mongodb installed in your system: https://docs.mongodb.com/manual/installation/

This small project uses NPM, if you use Yarn please remove beforehand the node_modules/ directory otherwise you'll encounter dependencies problems and the project won't lauch.

Port is setup in .env file at 5000

Install

Just run npm install to get the project's dependencies

Run

Just run npm start or update the scripts in package.json

About

A simple REST API to work on Marc Garreau and Will Faurot's book Redux-In-Action

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published