Skip to content

UofA-Blueprint/hackathon-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fall 2022-2023 Hackathon Workshop

This is a fullstack app that we will use for the hackathon workshop. It's a shopping list app that uses Express.js and MongoDB in the backend and React Native in the frontend.

Prerequisites

This is a hands-on workshop where participants are expected to code during the workshop. Please prepare the following before the workshop:

Mobile project setup (UNIX)

  1. Enter the mobile folder: cd mobile
  2. Install dependencies: npm install
  3. Run the app: npm start
  4. Scan the QR code from camera (IOS) or expo go app (Android)

Backend project setup (UNIX)

  1. Enter backend folder: cd backend
  2. Install dependencies: npm install
  3. Setup environment variable in a .env file
  4. Run the app: npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published