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

https://github.com/slowmoschen/todo-application

Small Todo-Application with connection to a MongoDB-Database through an Express.JS REST API
https://github.com/slowmoschen/todo-application

Last synced: 12 months ago
JSON representation

Small Todo-Application with connection to a MongoDB-Database through an Express.JS REST API

Awesome Lists containing this project

README

          

# Todo-Application
Small Todo-Application with connection to a MongoDB-Database through an Express.JS REST API

## Features
- Create Todo
- Read Todos
- Update Todo - Mark as complete
- Delete Todo

### Prerequisites
- Node.js installed
- Accsess to a MongoDB Account and Database

### How to get Started

### Clone Repository
```
$ git clone https://github.com/SlowMoschen/Todo-Application.git
```

#### Install Dependencies
Install all Dependencies with "npm istall"
```
$ npm install
```

#### Change Values in .env_dev File
You need to change the values in the .env File with your selected Port and your MongoDB-URI.

#### Start Dev-Server
Start the Dev-Server with "npm run dev"
```
$ npm run dev
```