Skip to content

6003CEM-2021JANMAY/React-JS-FrontEnd

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 

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