https://github.com/eliseekn/nexm-todo
Todo App with Node.js, Express, MongoDB, Vite, React and Bootstrap
https://github.com/eliseekn/nexm-todo
bootstrap express mongodb nodejs react vite
Last synced: 3 months ago
JSON representation
Todo App with Node.js, Express, MongoDB, Vite, React and Bootstrap
- Host: GitHub
- URL: https://github.com/eliseekn/nexm-todo
- Owner: eliseekn
- Created: 2021-04-25T12:34:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-29T08:46:55.000Z (almost 5 years ago)
- Last Synced: 2025-03-17T10:52:23.908Z (over 1 year ago)
- Topics: bootstrap, express, mongodb, nodejs, react, vite
- Language: JavaScript
- Homepage:
- Size: 954 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nexm-todo
Todo App with Node.js, Express, MongoDB, Vite, React and Bootstrap
## How it works?
On your console:
```
yarn
yarn start:server
yarn start:client
mongod --port=3002 --dbpath=server/db
```