Skip to content

Erol-Mehmed/Note-Stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Note Stream

Note Stream is a simple note-taking application built with JavaScript, TypeScript, React, Express.js, Sequelize and PostgreSQL. The application allows users to create, update, and delete notes.

Prerequisites

Before you begin, ensure you have met the following requirements:

Installing Note Stream

To install Note Stream, follow these steps:

  1. Run npm install on both frontend and backend directories.
  2. Create .env file in the backend directory with the following variables and add your data in the empty fields:
PORT=3000
DB_NAME=''
DB_USER=''
DB_PASSWORD=
DB_CONNECTION_STRING='DB_CONNECTION_STRING='
  1. Run npm run dev on the frontend directory and npm start on the backend directory.

URL

You can open the app on http://localhost:5173/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published