Giter Club home page Giter Club logo

backend-application's Introduction

Instructions

Please stick to the following instructions on how to submit your application:

  1. Read the whole README
  2. Create a new repository on your Github Account. Note: The repository has to be public.
  3. Add your solution with all requirements to your repository
  4. Send a mail to [email protected] with following information:
    • Your Name
    • Link to public accessable repository on GitHub
    • How many hours it took to complete (roughly)

Please do not spend much more than 6 hours for the whole task. This is not a hard limitation but want to respect your time since we cannot hire every applicant. Also only start with the task if you think this is something you can do in the given time frame.

Additional Information to submit a successful application

  • Make sure that your repository is public
  • Only an application with all requirements can be considered
  • Provide setup process if required
  • Copied structures or code from other applications will be completely ignored

Thank you very much and have fun with the challenge!

Challenge

Develop a minified version of the Events module API based on wireframes. The API should provide endpoints for events CRUD.

It also should enable users to register for the the event.

1. List of current user’s events

Event Listing

2. Creating & editing of event

Event Creation

Event Creation - Date Picking

3. Event info and participants registration

Event Information

Clarification

  • You do not have to build the frontend. Only the API requests that would enable the frontend to work.
  • Top navigation, menu on the left, etc. are not part of this task. This is only about the events module.
  • Pagination should be added in GET all events to enable loading more events

Technical Requirements

  • Project
  • Database
    • Use SQLite or MySQL (Do not use Microsoft SQL or SQL Express). Please add setup instructions if necessary
    • Use EF Core ORM framework to work with database
  • Tests project
    • At least one unit test should be written (even the simplest one)
  • Project should be setup to run as a docker container - Dockerfile is required
  • Attach user data

Bonus Points

  • Use caching
  • Use Rich domain model
  • Add a diagram of the solution in Miro, attach screenshot in repository
  • Cover solution classes with unit tests

❗ Please add instructions for setup if necessary

Bonus Feature

Implement invitations management mechanics:

Event creator should be able to invite participants. Then, after approval, the invited user will become an event participant.

❗No need to implement user management endpoints like fetching all users. Assume frontend will work with users API and send you selected userIds.

Invitations management

Invitation Listing

Received Invitation

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.