Coder Social home page Coder Social logo

tepau / fullstack-technical-test Goto Github PK

View Code? Open in Web Editor NEW

This project forked from delespj/fullstack-technical-test

0.0 1.0 0.0 590 KB

Technical test for fullstack developer at Fanprime

Python 50.91% Dockerfile 5.93% Shell 1.02% JavaScript 24.86% HTML 3.73% Vue 13.55%

fullstack-technical-test's Introduction

fullstack-technical-test

You have 2 choices for using this project :

๐Ÿณ Docker

You have to install docker and docker-compose then run the following command :

docker-compose up

It will install all dependencies and launch both application (Backend and Frontend)

Manuel launch

Without using docker :

๐Ÿ”ง Prerequisites

  • Python
  • poetry python package manager
  • yarn node package manager

๐Ÿš€ Quick start

Backend

โš ๏ธ Ensure to be inside the backend/ directory

  • Install python dependencies :
    poetry install
  • Enter the virtualenv :
    poetry shell
  • Start the development server :
    python manage.py runserver

Frontend

โš ๏ธ Ensure to be inside the frontend/list_of_movies/ directory

  • Install dependencies :
    yarn install
  • Start the development server :
    yarn serve

Usefull precisions & tools

Backend

When the application is running you would find :

Graphql routes are declared in file : backend/list_of_movies/schema.py

Frontend

The entrypoint of all components of the application is located at frontend/list_of_movies/src/App.vue

GLHF!

fullstack-technical-test's People

Contributors

gazorby avatar delespj avatar j2lesp avatar

Watchers

James Cloos 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.