Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 3 days ago
JSON representation

Planner app for students created with React Native and NestJS

Awesome Lists containing this project

README

        

![image](https://github.com/kyborq/iStudent/assets/52314985/2daefa10-3f50-4df2-859c-a57066f01a2e)





# iStudent

![image](https://github.com/kyborq/iStudent/assets/52314985/1b07a9e3-dcd8-462f-8157-3cbfcf47299d)

## 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
```