GitHub -> https://github.coventry.ac.uk/6003CEM-2021JANMAY/Node-Api-BackEnd Codio -> https://animal-hello-3000.codio-box.uk/api/v1/
GitHub -> https://github.coventry.ac.uk/6003CEM-2021JANMAY/React-JS-FrontEnd Codio -> https://chapter-finish-3000.codio-box.uk/
This repository contains the code-base of a React-based single page web app for a Trading Licence Department, that lets users create their own applications to be accepted or rejected by the admins that can browse all applications.
To install the required packages navigate to the route folder of the project and run the following command: npm install
.
To run the project navigate to the folder route folder of the project and run the following command: npm start
If an error related to memory issues happen, open the package.json file and replace the start
script value with react-scripts --max_old_space_size=4096 start
.
Or instead, it is possible to run the command export NODE_OPTIONS=--max_old_space_size=4096
prior to running the command: npm start
.
The documentation can be found in the route of this project in the folder docs
.