Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shahul01/sh-todo-pern

Todo app created with PERN stack with authentication
https://github.com/shahul01/sh-todo-pern

nodejs pern reactjs user-authentication

Last synced: 27 days ago
JSON representation

Todo app created with PERN stack with authentication

Awesome Lists containing this project

README

        

# sh-todo-pern
Todo app created with PERN stack with authentication

## tech stacks - PERN
- frontend - React with Next
- backend - NodeJS + Express + Postgress

## images
### Todos
![todos](./frontend/assets/screenshots/todos.png)

## to run

- frontend
```bash

cd frontend

# install
npm i

# run
npm run dev
```

- backend
```bash

cd backend

# install
npm i

# run
npm run dev
```