https://github.com/crispengari/noteme
this is a simple mobile application that allows users to save, update, delete and read notes on their mobile phones.
https://github.com/crispengari/noteme
Last synced: 7 months ago
JSON representation
this is a simple mobile application that allows users to save, update, delete and read notes on their mobile phones.
- Host: GitHub
- URL: https://github.com/crispengari/noteme
- Owner: CrispenGari
- License: mit
- Created: 2021-12-12T19:12:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-19T20:18:46.000Z (almost 4 years ago)
- Last Synced: 2025-03-27T17:02:42.480Z (7 months ago)
- Language: TypeScript
- Size: 1.27 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Noteme
Noteme is an open source application that is running on native mobile devices that allow users to manage their notes. The users can do the following on the application:
1. Create Notes
2. Editing Notes
3. Deleting Notes
4. Reading Notes### Project structure
The project is simple and straight forward. It is using a `multi-repo` approach with two repositories:
1. backend
2. mobile```
📁 mobile
📁 backend
```### mobile
Mobile is a react native application that is using `expo` sdk with typescript as a programming language.
### backend
Backend is a java-server (spring boot application) that is serving a graphql api that allows us to do `CRUD` operations in mysql database engine.