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

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

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
```