Skip to content

praveenscience/SERN-Todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published