https://github.com/raykipkorir/note-taking-application
Write personal notes on https://writepersonalnotes.vercel.app. This is a SPA built with Django Rest framework and React using Typescript.
https://github.com/raykipkorir/note-taking-application
django-rest-framework rest-api spa typescript
Last synced: 6 months ago
JSON representation
Write personal notes on https://writepersonalnotes.vercel.app. This is a SPA built with Django Rest framework and React using Typescript.
- Host: GitHub
- URL: https://github.com/raykipkorir/note-taking-application
- Owner: raykipkorir
- License: mit
- Created: 2023-06-07T04:29:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T10:07:17.000Z (about 2 years ago)
- Last Synced: 2024-06-28T11:29:38.475Z (about 2 years ago)
- Topics: django-rest-framework, rest-api, spa, typescript
- Language: TypeScript
- Homepage: https://writepersonalnotes.vercel.app
- Size: 867 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Note-taking application
This app allows users to write personal things
## Tech stack
[Backend](https://github.com/raykipkorir/note-taking-application/tree/main/backend) - Django Rest Framework
[Frontend](https://github.com/raykipkorir/note-taking-application/tree/main/frontend) - React using Typescript
Database - PostgreSQL
Containerization - Docker
CI/CD workflow - Github Actions
## Overview
Backend test coverage is 98%
The backend is deployed on Render while the frontend is deployed on Vercel.
[writepersonalnotes.vercel.app](https://writepersonalnotes.vercel.app)
[API documentation](https://note-taking-application-api.onrender.com/)