Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bernardoosthuizen/uol-finalproject
This project is the culmination of a university course, exploring the feasibility of, designing the interface and development of the Social Tasker concept.
https://github.com/bernardoosthuizen/uol-finalproject
expressjs gcp neo4j react-native
Last synced: 2 months ago
JSON representation
This project is the culmination of a university course, exploring the feasibility of, designing the interface and development of the Social Tasker concept.
- Host: GitHub
- URL: https://github.com/bernardoosthuizen/uol-finalproject
- Owner: bernardoosthuizen
- Created: 2024-06-27T03:06:17.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-13T02:46:28.000Z (4 months ago)
- Last Synced: 2024-09-26T21:41:29.445Z (3 months ago)
- Topics: expressjs, gcp, neo4j, react-native
- Language: JavaScript
- Homepage:
- Size: 502 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Bachelor of Science in Computer Science
Final Project - Social Tasker## Description
This project is the culmination of a university course, exploring the feasibility of, designing the interface and development of the Social Tasker concept. Social Tasker is a gamified task management platform that aims to build a strong sense of community around productivity and collaboration. The feasibility analysis outlined in this report examines the platform's design, technical architecture, and development plan to ensure successful and timely delivery.## Project Report
This assignment required a written report be created to document the reseach, design and development of the project. It will be available in the repo once done.## Installation
NOTE: Running this project won't work without the relevant API keys. Get in touch [here](mailto:[email protected]) if you would like to try this on your local machine or have a look at the [links](#other-links) to see how to run the project.
Clone this repo and navigate to the root folder.
### Install and run backend
Navigate to the backend folder.
```
cd /backend/functions
```
Install dependencies.
```
npm install
```
Start the server.
```
nodemon index.js
```Now let's get the front end running.
### Install and run frontend
Open a new terminal tab/window and when in the project's route directory navigate to the front end folder.
```
cd /frontend
```
Install dependencies.
```
npm install
```
Make sure you have a simulator installed and running. Then for iOS run:
```
npm run ios
```## Other Links
An Expo preview of the project can be found [here](https://expo.dev/preview/update?message=minor%20loading%20states%20updated&updateRuntimeVersion=1.0.0&createdAt=2024-07-29T09%3A30%3A16.573Z&slug=exp&projectId=45ee6063-a1db-4fb3-b17a-7cb73f337a92&group=01589c5b-01dd-4383-9933-5ba9c48fe8ee)
or by scanning the QR code below:![Screenshot 2024-07-29 at 9 37 08 PM](https://github.com/user-attachments/assets/5dbceaad-3f3c-42e5-9499-e1841630e1f1)