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
- Host: GitHub
- URL: https://github.com/slowmoschen/todo-application
- Owner: SlowMoschen
- License: mit
- Created: 2023-09-04T18:05:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-06T13:27:26.000Z (almost 3 years ago)
- Last Synced: 2025-03-17T02:44:23.467Z (about 1 year ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```