Skip to content

mix-code/nodejs-web-todo-app

Repository files navigation

Web Based To-Do App

A Web Based ToDo App With Many Feature For Learning Basic Web Servers Technologies

See Course Now

Prerequisites

This Application Depends On

  • NodeJS (Version Will be Found In Course)
  • MongoDB (Version Will be Found In Course)

Installation

Clone Repository

$ git clone https://github.com/mix-code/nodejs-web-todo-app/

$ cd nodejs-web-todo-app

Install Dependencies

$ npm install

Create .env File

Default Values Already Found in .env.example chang it if you want

$ cp .env.example .env

Run Server

$ npm run dev

Don't Forget Run Your MongoDB Server