Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luqmanzaceria/to-do-list

Simple CRUD app built with PERN stack
https://github.com/luqmanzaceria/to-do-list

crud crud-application express expressjs node nodejs postgresql react reactjs todoapp todolist

Last synced: 7 days ago
JSON representation

Simple CRUD app built with PERN stack

Awesome Lists containing this project

README

        

# to-do-list
Simple CRUD app built with PERN stack

Navigate to client folder and `npm install`, then run with `npm run start`

Navigate to server folder and `npm install`, then run with `node index.js` or `nodemon index.js`

![To Do List Image](https://github.com/luqmanzaceria/to-do-list/blob/main/todo_list.gif)