Coder Social home page Coder Social logo

sannytee / more-recipes Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 30 MB

More-Recipes provides a platform for users to share the awesome and exciting recipe ideas they have invented or learnt.

Home Page: https://more-recipes-28.herokuapp.com

License: Apache License 2.0

JavaScript 80.71% CSS 3.26% HTML 16.02%

more-recipes's Introduction

Build Status Coverage Status Maintainability

More-Recipes

More-Recipes provides a platform for users to share the awesome and exciting recipe ideas they have invented or learnt. Suppose a user comes up with a food recipe, he/she can post it on More-Recipes and get feedback in form of reviews and votes from other users who explore that recipe. Users can also keep a list of their favorite recipes on the application.

Installation

To install this application,

  1. Git clone this repository https://github.com/SannyTee/More-Recipes.git
  2. Change your directory cd More-Recipes
  3. Install all dependencies npm install
  4. Create .env file which will be used to load environment variables see sample in .env.example file in the project
  5. Migrate sequelize db:migrate
  6. Start the app npm start for development
  7. Navigate to localhost:3000 in your browser

Testing

  • npm test - run the unit test for backend
  • client-test - run the unit test for frontend and display code coverage result

Built with

  • NodeJS - A Javscript runtime built runtime that uses an event-driven non-blocking I/O model that makes it lightweight and efficient.
  • ExpressJS - A minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. This is used in this application for routing to endpoints.
  • Javascript ES6: ES6 is the sixth major release of the javascript language specification. It enables features like constants, arrow functions, template literals, spread opeartor, etc.
  • React: Facebook open source, efficient, javascript library for building front-end projects.
  • PostgreSQL: PostgreSQL is a powerful, open source object-relational database system (ORDBMS) that offers modern database features such as complex queries, foreign keys, etc.
  • Sequelize: Sequelize is a promise-based ORM for Node.js that supports different dialects such PostgreSQL, MySQL, and SQLite.
  • Webpack: Webpack is used to bundle modules and does tasks automation.

API Documentation

THE Documentation for the More-Recipes Restful API: More-Recipes API

Coding Style

  • Airbnb: Airbnb is a coding style guide that guides developers to write clean codes

Limitation

  1. Users cannot deactivate their accounts
  2. Users can only create account once with their username and email
  3. Users can not delete their reviews

How to Contribute

  • Fork this repository.
  • Clone it.
  • Create your feature branch on your local machine with git checkout -b your-feature-branch
  • Push your changes to your remote branch with git push origin your-feature-branch
  • Open a pull request to the master branch, and describe how your feature works
  • Refer to this wiki for proper GIT CONVENTION

Licence

APACHE License

Authors

  • Sanni Taiwo

more-recipes's People

Contributors

sannytee avatar

Watchers

James Cloos avatar

Forkers

boths1229

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.