Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

comp-3018-coding-challenge-4-starter

You need to set up a single github repository for the group. You may follow the steps below to complete the initial setup:

  1. First, create an empty repository on github.

  2. Clone this starter repo into your local repo in pc.

  3. After cloning this repository, you need to install the necessary npm modules that includes:

    • npm install typescript ts-node @types/node --save-dev
    • npm install express @types/express
    • npm install jest ts-jest @types/jest supertest @types/supertest --save-dev
    • npm install morgan @types/morgan
    • npm install joi
    • npm install firebase-admin
  4. Cmplete the firestore database setup, by adding the firestore db private key json file to the project root, and then import the file path in 'firebaseConfig.ts' script.

  5. Next, add git remote using your new repo link, using command 'git remote add origin '.

  6. Push the code from your local repo to the git remote using command 'git push -u origin main'.

  7. Then, add your team member and instructor (uhabiba2@rrc.ca) as project collaborators.

About

Module 4 Coding Challenge

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages