Skip to content
/ note Public

Collaborative note-taking app built with React, Express, PostgreSQL and Typescript.

Notifications You must be signed in to change notification settings

rsuprajaa/note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notely

Collaborative note-taking app

View Demo

  • Written in React using functional components with Context API for state management
  • Styled with Tailwind CSS
  • API built with Express, PostgreSQL and TypeORM
  • Written entirely in Typescript for type-safety and debugging reasons, as well as to speed up the development process
  • Linted with ESLint, formatted with Prettier

Workspace Note

Setting up development environment

Make sure you have Node.js and Postgres installed

git clone https://github.com/rsuprajaa/notely.git
cd client
npm install
cd server
npm install

Add .env files in client and server folder. Copy the contents in .env.example in the respective folders and fill in your database credentials.

Usage

cd client && npm start
cd server && npm run dev

About

Collaborative note-taking app built with React, Express, PostgreSQL and Typescript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published