agmt5989 / naijahacks-helios-back

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Team Helios

Team Members

Problem

Inadequate information on how to get physical instructors or experts that are good at a particular course of study or enterpreneural skillset. Tutorial centres not being able to get their target audience for their various programs and service

Proposed Solution

A campus social system to allow for academic collaboration, particularly in preparation for lectures, tests or other academic events, and sharing the materials received from those 'events'. There's also potential for big data and massive value addition, as we allow students to include reviews and ratings for the connected items.

Proposed Stack

Node, Express, React, Python and MongoDB, Hosted on AWS

Benefit

  • To provide a local connect among the above entities so as to improve education in Nigeria.
  • A good resource for students to find where to learn and who to learn from and also for parent to find instructors/teachers for their kids.
  • Provide revenue for instructors/tutorial centers/work-space owners.
  • Reduce rate of unemployment in Nigeria.

Top-level directory layout

.
├── data                    # GraphQl files (alternatively `graphql` or `server`)
├── public                  # Compiled files (alternatively `dist`)
├── src                     # Source files (alternatively `lib` or `app`)
└── README.md   

How to setup project and run locally

Clone the repository

git clone https://github.com/agmt5989/naijahacks-helios-back.git

Install all dependencies

Using yarn

yarn install

Using npm

npm install

Start watching the file and changes

Using yarn

yarn run watch

Using npm

npm run watch

Start the development server to serve static files and connect to database

Using yarn

yarn run serve

Using npm

npm run serve

Start project to test from the browser

Using yarn

yarn start

Using npm

npm start

About


Languages

Language:PHP 96.6%Language:HTML 3.4%