Coder Social home page Coder Social logo

notes-app's Introduction

Requirements

Develop REST APIs for a Cat Adoption application.

login - login, logout Notes - create, read, update, delete.

Note - All the notes API should be accessible only after a successful login and provide a secure token received after login.

[Minimum Requirement]

  • ✅ Create Login API.
  • ✅ Create Tasks CRUD APIs'.
  • ✅ Create proper database models and relations.
  • ✅ Use of code first approach using Entity Framework.
  • ✅ Use a dependency injection framework.
  • ✅ Implement logging throughout the application.
  • ✅ Use of proper HTTP responses based on results.
  • ✅ Write unit tests. Awesome if your test coverage exceeds about 50% :)

[Plus Points]

  • ╳ Write integration tests.
  • ✅ Create Register User API.
  • ╳ Implement a feature to search and list notes.
  • ╳ Implement a feature to sort and list articles based on old-to-new and new-to-old.
  • ╳ production level Code; Beautify; Comment; Documented code; handle Input Exceptions, Unicode and Null values.
  • Use of proper design patterns and data structures

[Important]

  • IMPORTANT: Create a git repository when you start working and commit code for every step completed.
  • Zip the git repo and share it with the recruiter you are in contact with when you are done.

Author notes

  • Postman collection attached
  • npm install, npm run dev for dev mode, npm run test for testcases, npm run test:coverage for code coverage

notes-app's People

Contributors

aadeshkulkarni avatar

Watchers

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