https://github.com/brianhuster/noter
https://github.com/brianhuster/noter
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/brianhuster/noter
- Owner: brianhuster
- Created: 2025-06-08T09:52:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-08T16:55:00.000Z (about 1 year ago)
- Last Synced: 2025-06-08T17:35:02.694Z (about 1 year ago)
- Language: TypeScript
- Size: 145 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Noter
This is a mobile note-taking app built with React Native and Expo, and a server written in Node.js and Express to manage users accounts.
# Chức năng
- Đăng nhập, đăng ký. đăng xuất, : 100%
- Lưu dữ liệu trên server (cụ thể là DB): 100%
- Thêm, sửa note: 100%
- Preview note đang sửa: 100%
- Xem danh sách note: 100%
- Tìm kiếm note: 100%
- Tich hợp LLM để tạo câu hỏi trắc nghiệm: 50% (có lẽ nên cải thiện prompt và cách parse kết quả)
# Cài đặt để test cho development
1. Cần có MongoDB
2. Tạo file `.env` ở thư mục `server`, dựa vào `.env_example` ở cùng chỗ
3. Terminal 1
```
cd server
npm run dev
```
4. Terminal 2
```
cd mobile
npm run web
```