https://github.com/kyborq/istudent
Planner app for students created with React Native and NestJS
https://github.com/kyborq/istudent
nestjs planner react reactnative schedule scheduler students study task task-manager tasks todo
Last synced: 9 months ago
JSON representation
Planner app for students created with React Native and NestJS
- Host: GitHub
- URL: https://github.com/kyborq/istudent
- Owner: kyborq
- License: mit
- Created: 2021-12-30T12:40:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T21:06:37.000Z (over 2 years ago)
- Last Synced: 2025-07-29T11:59:34.843Z (11 months ago)
- Topics: nestjs, planner, react, reactnative, schedule, scheduler, students, study, task, task-manager, tasks, todo
- Language: TypeScript
- Homepage: https://kyborq.github.io/iStudent/
- Size: 5.6 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# iStudent

## Development
### Step 1. Clone repository
```bash
$ git clone https://github.com/kyborq/iStudent.git
$ cd iStudent
```
#### For Mobile Developers
```bash
$ cd app
```
#### For Backend Developers
```bash
$ cd backend
```
### Step 2. Install dependencies
```bash
$ npm install
```
Same installation process in ./app and ./backend
### 3. Run
#### For Mobile Developers
Don't forget to connect your device to PC or run android emulator
Start metro server
```bash
$ npm start
```
Run app
```bash
$ npm react-native run-android
```
#### For Backend Developers
```bash
$ npm start
```