Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1006 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 1006 Bytes

DevNote

This project is a note-taking web application.

Features

  • Authentication: Users can sign up and log in securely to access the note-taking features. JWT is used for authentication, and user tokens are stored in the local storage for authentication.
  • Note Creation: Users can create notes.

Technology Stack

  • Frontend: React js.
  • Backend: Hono Framework and deployed on Cloudflare Workers(Serverless).
  • Frontend State Management: Redux Toolkit
  • DB: PostgreSql

Getting Started

To run this project locally, follow these steps:

  1. Clone this repository to your local machine.
  2. Navigate to the devBlog directory.
  3. Install dependencies using npm install.
  4. Start the development server using npm run dev.
  5. Navigate to the backend directory.
  6. Install dependencies using npm install.
  7. Start the backend server using npm run dev.

If you have any questions, feedback, or suggestions, please don't hesitate to reach out. Happy coding!