Skip to content

6003CEM-2021JANMAY/React-JS-FrontEnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fa183f3 · Jul 5, 2021

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web API Development Front End for Trading License Department

Backend of 6003CEM Module.

GitHub -> https://github.coventry.ac.uk/6003CEM-2021JANMAY/Node-Api-BackEnd Codio ->  https://animal-hello-3000.codio-box.uk/api/v1/

Frontend of 6003CEM Module.

GitHub -> https://github.coventry.ac.uk/6003CEM-2021JANMAY/React-JS-FrontEnd Codio -> https://chapter-finish-3000.codio-box.uk/

About

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.

Setup

To install the required packages navigate to the route folder of the project and run the following command: npm install.

Running the project

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.

Documentation

The documentation can be found in the route of this project in the folder docs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published