Foodie lets people create, share, discover and keep track of amazing recipes.
- Login/Logout
- Create, read, edit and delete recipes.
- Create, read recipe instructions
- Search recipes
-
Set up the API server by following the instructions here
-
Clone this repository
-
Change working directory to project directory
-
Install the project dependencies with
$ npm install
-
Run the tests with
$ nyc mocha --full-trace --require mock-local-storage --require \
src/__tests__/setup.js src/__tests__/*.spec.js
- start the development server with
$ npm start