Skip to content

An web/mobile application that brings together teachers willing to meet the needs of students.

License

Notifications You must be signed in to change notification settings

amintasvrp/sensei

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Where students meet teachers.

Node.js React React Native SQLite Insomnia

Sensei is an web/mobile application that brings together teachers willing to meet the needs of students.

Demo

Getting Started

Architecture

  1. SERVER: the server;
  2. WEB: the web interface;
  3. MOBILE: the native interfaces for Android and iOS.

Prerequisites

  • It is necessary to have Node.js installed on the machine;
  • Also, it is necessary to have a package manager either NPM or Yarn;
  • Finally, it is essential to have Expo installed globally on the machine.
  1. Make a clone:
   git clone https://github.com/amintasvrp/sensei.git
  1. Running the Application:
  # Install dependencies, create the database
  # and launch the server
  cd server
  yarn
  yarn migrations
  yarn start


  # Install and launch the web application
  cd web
  yarn
  yarn start

  # Install and launch the mobile application
  cd mobile
  yarn
  yarn start

Contributing

Make a pull request and make clear what changes have been made and which bugs persist. Do not introduce bugs, be proactive!

Licenses

About

An web/mobile application that brings together teachers willing to meet the needs of students.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages