Giter VIP home page Giter VIP logo

journalingapp's Introduction

JournalingApp

A basic journaling web app API using .NET 6 Core

Development Environment Used

Windows 10 Visual Studio 2022 SQL Server Chrome

Web Stack

ASP.NET 6 Core Web API with Entity Framework AngularJS

Database Requirement

It is required that you setup a SQL Server Database and use the .sql files in the sql folder within the JournalingAppBackEnd project to create the required tables. You must also rename the appsettings.json.example file to appsettings.json and replace <SQL_CONNECTION_STRING> with your SQL Server's connection string.

API Usage Instructions

Journals

POST GET /journals GET PUT DELETE /journals/{journal}

PUT and POST JSON Example

{
  "name": "Journal Name Example"
}

Entries

POST GET /journals/{journal}/entries GET PUT DELETE /journals/{journal}/entries/{entry}

PUT and POST JSON Example

{
  "text": "Entry Text Example"
}

Final Questions

  1. What's your evaluation of this exercise? Is it a reasonable and valuable skills test? Like it, hate it? I really enjoyed this exercise. I belive it aligns with what I expect the skill requirements of the job would be. Allowing for the flexibility to perform optional tasks really made me feel in control over my success and inspired me to be creative in the choices I made on how I would like to implmeent the project.
  2. Briefly describe how you'd accomplish this in another tech stack (Node, Laravel, AWS Lambdas, etc) Using Laravel, I'd setup a mysql database and create migrations using the same design as the SqlServer DB but a different naming convention to follow the standard. I would then created Eloquent Models and Controllers for both tables. The controllers would be generated using the artisan resource command to quickly scaffold all the crud. After adding the resource routes to the api.php file I would implement the frontend using vue.js as that would work nicely with Laravel tooling.

journalingapp's People

Contributors

matthewken 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.