/week-todos-nodejs-backend

week todos nodejs socket and rest api backend

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Week Todos

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

Preview

demo

Getting Started

create a database with the name todoNote

mongoose
  .connect(
    "mongodb://localhost/todoNote",
    { useNewUrlParser: true }
)
npm install
npm start

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details