Skip to content

ttrenk/fullstack-tutorial

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

459 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

CPSC 542 Software Testing group Project

Apollo tutorial

This is the fullstack app for the Apollo tutorial. ๐Ÿš€

File structure

The app is split out into two folders:

  • start: Starting point for the tutorial
  • final: Final version

From within the start and final directories, there are two folders (one for server and one for client).

Installation

To run the app, run these commands in two separate terminal windows from the root:

cd final/server && npm i && npm start

and

cd final/client && npm i && npm start

Selenium testing

Used this https://medium.com/dailyjs/how-to-setup-selenium-on-node-environment-ee33023da72d as a guide.

Everyone will need to add the chrome driver to their computer and add it as a path variable. Details on doing this are found in the above medium link.

About

๐Ÿš€ The Apollo platform tutorial app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.5%
  • TypeScript 48.5%
  • HTML 1.9%
  • Shell 0.1%