Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kyborq/istudent
- Owner: kyborq
- License: mit
- Created: 2021-12-30T12:40:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T21:06:37.000Z (10 months ago)
- Last Synced: 2024-03-22T21:51:25.702Z (10 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: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```