Giter Site home page Giter Site logo

amiralbl3ndic / efrei-m1-se-aiws-rest-project-webapp Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 1.27 MB

React webapp for the frontend part of the Application Interoperability with Web Services REST Project (EFREI M1 Software Engineering)

HTML 0.63% JavaScript 99.07% CSS 0.30%
react react-context-api webapp frontend jwt-authentication crud responsive efrei-paris

efrei-m1-se-aiws-rest-project-webapp's Introduction

Application Interoperability with Web Services REST Project | REST API

This repository contains the code of the AIWS REST Project for the team composed of:

  • Camille BRIAND (M1 SE)
  • Elodie DEHACHE (M1 SE)
  • Jérémi FRIGGIT (M1 IRV)
  • Jules LAGNY (M1 SE)
  • Zoé NIDDAM (M1 IRV)

Backend REST API

This webapp relies on the AIWS REST Project REST API, it will not work if this project is not running.

Configuring the webapp

Before even starting the webapp, please ensure that the src/uris.js file contains the apiUri variable and that its value has been set to the correct URL/URI of the root endpoint of your API.

Disclaimer: The webapp won't work otherwise.

Running the project

The project has been developed with the yarn package manager, but npm should work as well.

Disclaimer: The project has not been generated thanks to the create-react-app cli interface, but has been manually set to use the parcel bundler rather than webpack because of its ease of use.

Install the dependencies

yarn:

yarn

npm:

npm install

Run the project

First, ensure the configuration of the project matches your environment (see Configuring the webapp).

yarn:

yarn dev

npm:

npm run dev

Build the webapp

The above steps should be sufficient enough to get the webapp up and running, but you can build the project so that it works standalone.

yarn:

yarn build

npm:

npm run build

Both these commands should produce a build in a dist folder which can work as a standalone frontend (will still need the backend API)

efrei-m1-se-aiws-rest-project-webapp's People

Watchers

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