Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

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

Notifications You must be signed in to change notification settings

AmiralBl3ndic/EFREI-M1-SE-AIWS-REST-Project-WebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages