Full-Stack Notes App
Notes App is a simple Application users can use to get, create, update and delete notes.
github repo
Demo: https://mohamedabsallam.github.io/NotesAppTemplate/
Start Back-End
Create Database
Create Postgres Database schema and Connect it to the Back-End [‘src/Database/index’]
Start API
In the project directory, you can run:
npm install
npm run starting
Runs the app in the development mode.
Open http://localhost:5000 to view it in your browser.
Start Front-End
Start Front-End
In the project directory, you can run:
npm run starting
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.