Giter Site home page Giter Site logo

packettestback's Introduction

PacketAI Tech Test Backend

Technical test for PacketAI.


Test Technique PacketAI


Created by Mehdi AISSANI

About

Test JavaScript dont le but est de reproduire le jeu TIC TAC TOE alias MORPION ( en francais ). Ce test incluera un diagrame D3JS des probabilités. Et si le temps me le permet une IA / Solution Mathématique pour jouer contre l'ORDINATEUR.

Features

This technical test includes the latest powerfull tools.

  • Typescript - Superset of JavaScript which primarily provides optional static typing, classes and interfaces.
  • Express.js- Handle Requests
  • Tslint - The pluggable linting utility.
  • Jest - Javascript testing framework
  • CucumberJS - Behavior Driven Devellopment framework using Gerkin Syntax unit & functional tests

Installation

$ git clone https://github.com/maissani/packettestback.git backend
$ cd backend
$ npm install

Usage


Devellopment

Create a .ENV File

MONGO_URL="mongodb://localhost:27017/packetaidev"

Run the server

$ yarn dev

Then run the test suite

$ yarn watch
or
$ yarn test

Production

Create a .ENV File

MONGO_URL="mongodb://localhost:27017/packetaiprod"

Compile the sources

$ yarn build

Then the server

$ yarn prod

packettestback's People

Contributors

dependabot[bot] avatar maissani 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.