https://github.com/riadhadrani/reactive-color-noter-be
A small app to create and save text-only notes.
https://github.com/riadhadrani/reactive-color-noter-be
nestjs notes postgresql prisma typescript
Last synced: 3 months ago
JSON representation
A small app to create and save text-only notes.
- Host: GitHub
- URL: https://github.com/riadhadrani/reactive-color-noter-be
- Owner: RiadhAdrani
- Created: 2022-08-13T21:12:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-14T12:35:50.000Z (almost 4 years ago)
- Last Synced: 2025-01-11T23:34:43.526Z (over 1 year ago)
- Topics: nestjs, notes, postgresql, prisma, typescript
- Language: TypeScript
- Homepage:
- Size: 151 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reactive Noter
A small app to create simplistic and minimalistic notes and storing them in a database.
Project made in one day as a challenge with the intention to learn new technologies ( _Redux_ and _Nest.js_ ) as fast as possible. Because of the fast paced development, some features are missing like `deleting notes` and `color changing`.
## Technologies
#### Front End
- `TypeScript`
- `React`
- `React Router`
- `Redux`
- `Material UI`
#### Back End
- `TypeScript`
- `Nest.js`
- `Prisma`
## How to try
Start by cloning both [front-end](https://github.com/RiadhAdrani/reactive-color-noter-fe) and [back-end](https://github.com/RiadhAdrani/reactive-color-noter-be) repositories, then make sure to run `npm i` for both to install dependencies. To start development, run `npm run start:dev` within the backend project directory, and `npm run start` or simply `npm start` within the backend project.