/PT3

Mobile application, Web Application, and API for the Physical Test Training Tracker, also called PT3. Implemented using MERN stack and React Native.

Primary LanguageJavaScript

Physical Test Training Tracker

Description goes here.

Development

Mobile Application

To test the mobile app:

$ cd app
$ npm start

Web Application

To test the web application:

$ cd frontend
$ npm start

Running the Web Application for the first time

$ cd frontend
$ npm install -g npm-install-missing # Installs missing modules.
$ npm install react-scripts # Install react-scripts package.
$ npm start # Start development server.

Link to swaggerhub for API Documentation https://app.swaggerhub.com/apis/COP4331Group17-2020/PT3API/1.0.0