An open API service indexing awesome lists of open source software.

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.

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/)