mumer29 / SERN-Todo

Small ToDo Application using SQLite3 & ERN Stack

Home Page:https://praveen.science/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Small ToDo Application using SQLite3 & ERN Stack

This is a small and quick application that uses the following stack:

  • SQLite3
  • Express JS
  • Node JS
  • React JS

Installation

The migration will happen automatically for the first time. Just run the following commands:

git clone https://github.com/praveenscience/SERN-Todo.git
cd SERN-Todo

For running the server:

cd server
npm install
npm start

Do the same thing for running the client:

cd client
npm install
npm start

The application will use ports 3100 for server API end point and 3000 for running the client site.

About

Small ToDo Application using SQLite3 & ERN Stack

https://praveen.science/


Languages

Language:JavaScript 77.6%Language:HTML 12.0%Language:CSS 10.3%