Skip to content

nibu-b-john/Note_Taking_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note Taking Machine

Your personalised Note taking mobile app.

Features

  • Communicating with server and database
  • Auto Date and Time saving system
  • Adding Notes and lists
  • Swipe To Detele functionality
  • Good User Interface

Run Locally

Clone the project

  git clone https://github.com/nibu-b-john/Note_Taking_App.git

Connect to your mySql database using sequelize

  • Download mySql workbench to work with database.
  • Right click under Schema section and select create schema.
  • To Connect to your server cd service.
  • Create a .env file in service folder and fill out the following.
 - TABLE_NAME={YOUR_SCHEMA}
 - TABLE_OWNER={USERNAME}
 - TABLE_PASSWORD={PASSWORD}
  • Create a .env file in your root folder and fill out the following.
 - YOUR_ENDPOINT_URL={YOUR_ENDPOINT}:3000

Server side

  cd service
  npm install
  node server.js 

Client side

  flutter pub get

Tech Stack

Client: flutter, dart,

Server: Node, Express, mySql, Sequelize, Rest API

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •