This project is a backend written with nodejs and mongodb(with mongoose) for vue client. This project was developed with Vue to manage the list of common weekly to-do. Websocket was used for communication. It was developed as a simple example for Socket and Vue. You can make it look more beautiful or add new features.
client : https://github.com/gurkanakdeniz/week-todos-vue-client
create a database with the name todoNote
mongoose
.connect(
"mongodb://localhost/todoNote",
{ useNewUrlParser: true }
)
npm install
npm start
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details