GithubHelp home page GithubHelp logo

recipekeeper's Introduction

RecipeKeeper

This is a recipe app. With this application, new recipes can be added, liked recipes can be added to favorites and users can comment on each other's recipes.

Versioning

GitHub Release .NET Core Version Node Version Vite Version
master 7.0.101 v20.2.0 4.4.5

Project Structure

├── .vscode
├── Core
│   └── RecipeKepeer.App
│   └── RecipeKepeer.DataAccess
│   └── RecipeKepeer.Entity
├── Infrastructure
│   └── RecipeKepeer.DataAccess.MsSql
│   └── RecipeKepeer.DataAccess.InMemory
├── Presentation
│   └── RecipeKepeer.Api
│   └── RecipeKepeer.WebUI
├── .gitignore
├── README.md
├── RecipeKeeper.sln
  • .vscode contains workspace settings as well as configurations.
  • Core is core layer of the solution. It contains app, data access and entity projects.
  • Infrastructure is infrastructure layer of the solution. It contains data access projects.
  • Presentation is presentation layer of the solution. It contains Web API and Web UI projects.
  • RecipeKepeer.Entity is used to store entity classes.
  • RecipeKepeer.DataAccess contains repositories.
  • RecipeKepeer.App contains handlers.
  • RecipeKepeer.DataAccess.MsSql is a data access layer for MSSQL database.
  • RecipeKepeer.DataAccess.InMemory is a data access layer for in memory storage.
  • RecipeKepeer.Api is a Web API used by Web UI.
  • RecipeKepeer.WebUI is a Vite project with React template.
  • .gitignore specifies intentionally untracked files that Git should ignore.
  • RecipeKeeper.sln is a structure for organizing projects.

Setting Up

To setup this project, you need to clone the git repo.

$ git clone https://github.com/emirbuckun/RecipeKeeper.git
$ cd RecipeKeeper

followed by

$ dotnet restore

recipekeeper's People

Contributors

emirbuckun avatar

Watchers

 avatar

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.