Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shahul01/sh-todo-pern
- Owner: shahul01
- Created: 2023-11-23T18:11:40.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-10T13:27:03.000Z (6 months ago)
- Last Synced: 2024-08-11T12:53:34.204Z (6 months ago)
- Topics: nodejs, pern, reactjs, user-authentication
- Language: TypeScript
- Homepage:
- Size: 157 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```bashcd frontend
# install
npm i# run
npm run dev
```- backend
```bashcd backend
# install
npm i# run
npm run dev
```