Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

neprep-org/restful-2024-ne-exam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Restful Correction

A monorepo containing backend/frontend correction to the 2024 Restful Practical National Examination.

Question?

Make a library management system with these features:

  • Add a book (By using either DBMS, Postman, Swagger) - no frontend needed
  • Authentication for users
    • Sign up:
      • firstName, lastName, email, password
    • Sign in:
      • email, password
  • List books in a paginated table with search functionality

Backend's structure

Project's backend uses Node.js/Express with structure of modules as in nestjs, where each feature (user management, books management) has it's folder with it's routers, controllers, validations, models and repository.

  • common : this folder contains utilities that can be used by all of our modules.
  • middleware : contains application's middlwares
  • utils : contains application's utility functions
  • db : contains our app's datasourc provider since we're using typeorm

About

2024 Restful National Exam Correction.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages