Step 1
- Clone this repo.
Step 2 RUNNING THE SERVER
- Using the terminal, navigate to server folder.
- Run 'npm install' to install all required dependencies.
- Type 'npm run start' in the terminal to start the server.
- In your browser, navigate to http://localhost:8080/api-docs to interact with API endpoints.
Running Tests on endpoints. - Open a new terminal, navigate to the server folder. - Install jest and supertest modules using 'npm install jest supertest' - Type 'npm run test' in the terminal to run tests.
step 3 RUNNING THE USER INTERFACE
- Open a new terminal, navigate to client folder, then to the fe folder.
- Type 'npm install' to install all required dependencies.
- Type 'npm start' or 'yarn start' in the terminal to start the user interface.
- User interface will appear in broweser after loading.