Code Monkey home page Code Monkey logo

nosql's Introduction

NoSQL

Projet scolaire de fin de matière (NoSQL).

Consignes

Créer et monter une petite API avec une base de données. En premier, nous devions utiliser uniquement Redis pour stocker les données. Puis ensuite, nous avons choisis d'intégrer MongoDB pour stocker les données de manière plus pérenne et de garder Redis pour une utilisation de cache.

Répartition des tâches

Le graphique parle de lui-même.

Répartition des tâches

Installation

  1. Cloner le projet
git clone https://github.com/UnEpicier/NoSQL.git
  1. Installer les dépendances
npm ci
docker compose up -d
  1. Lancer le serveur
npm start

Utilisation

  • Les routes API sont accessibles depuis l'URL http://localhost:3000/.
  • La documentation de ces routes est accessibles depuis l'URL http://localhost:3000/api-docs.
  • L'interface de MongoDB est accessible depuis l'URL http://localhost:8081.
  • L'interface de Redis est accessible depuis l'URL http://localhost:8001.

Participants

  • VASSEUR Alexis
  • BRUN Charles
  • BATGUZERE Matthias
  • SENHAJ Mehdi

nosql's People

Contributors

unepicier avatar charles-brun avatar mehdisenhajynov avatar matthiasbatguzere avatar

Watchers

 avatar

nosql's Issues

Create Character routes

  • Get /characters
  • Get /character/:id
  • Post /character ( sprite, hp, attack, defense)
  • Patch /character/:id ([...params] )
  • Delete /character/:id

Create SummonPool routes

  • Get /summon_pools
  • Get /summon_pool/:id
  • Post /summon_pool ( characters’ array, invocation cost, duration )
  • Patch /summon_pool/:id ([...params])
  • Delete /summon_pool/:id

Create ShopItem routes

  • Get /shop_items
  • Get /shop_item/:id
  • Post /shop_item ( cost, sprite )
  • Patch /shop_item/:id ( [...params] )
  • Delete /shop_item/:id

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.