Code Monkey home page Code Monkey logo

nestjs-mongodb-crud's Introduction

Language Proficiency Test API

Overview

This project is a basic NestJS application that demonstrates the creation of a RESTful API for language proficiency tests.

Features

  • Basic Authentication: The API ensures secure endpoints by implementing basic authentication, allowing only authorized users to access protected resources.

  • Parameter Validation: Built-in validation mechanisms guarantee the accuracy and reliability of incoming request parameters.

  • MongoDB Integration: MongoDB serves as the chosen database solution, seamlessly integrated into the project through the mongoose ORM for streamlined data management.

  • CRUD Operations: The API offers Create, Read, Update, and Delete functionality for questions and their corresponding answer options.

  • Docker Integration: The project is designed to be Docker-friendly, facilitating easy deployment and management of the application and its dependencies.

  • Swagger API documentation

Installation

$ npm install

Running the app

# Start the MongoDB container
$ docker-compose up -d

# Start the NestJS application in development mode
$ npm run start:dev

To open the Swagger UI navigate to http://localhost:3000/api

Test

unit tests

$ npm run test

e2e tests

$ npm run test:e2e

test coverage

$ npm run test:cov

Shows databases

$ docker exec -it 'container name' bash
$ mongosh
$ use admin
$ db.auth("root", "123456");
$ show dbs

Shows data

$ use languagetestdb
$ db.MultipleChoiceQuestion.find()

nestjs-mongodb-crud's People

Contributors

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