Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muhammadsawalhy/rasm
Live in the maths universe
https://github.com/muhammadsawalhy/rasm
Last synced: 11 days ago
JSON representation
Live in the maths universe
- Host: GitHub
- URL: https://github.com/muhammadsawalhy/rasm
- Owner: MuhammadSawalhy
- Created: 2021-01-02T22:38:29.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-12T14:20:02.000Z (almost 4 years ago)
- Last Synced: 2024-10-24T00:53:55.834Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://plotto.netlify.app
- Size: 6.37 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RASM
Live in the maths universe. Express your thought, draw your imaginations! 💖
# Run
```js
❯ npm i
❯ npm start
```---------------
# Backend
We will have, insha'Allah:
- Authentication system using just APIs, request and response.
- Backend databases to store rasmat.## Models
### Rasma
- `user_id: integer` -> a user may have many rasmat.
- `title: string`
- `description: string`
- `version: number`
- `creation_date: Date`
- `last_modified_at: date`
- `data: JSON`
- `tags: string`, e.g., `'tag1,tag2,tag3'`
- `thumbnail: Image`, the server will response with a url to the image, which will be stored at the basck end, we may generate it at the backend with the javascript code used in the front end, may by using `selenium-webdriver`### RasmaEdition
- `rasma_id: integer` -> a rakam may have multiple edition, we have to store at maximum 5 edition only or another number, removing the oldest one when you recieve te sixth edition.
- `version: number`
- `data: JSON`
- `creation_date: Date`