Skip to content

My first ever Fullstack Todo-Application. Build with the MERN Stack.

License

Notifications You must be signed in to change notification settings

SlowMoschen/MERN-Todo-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Todo-Application build with MERN-Stack

My first ever Fullstack Application. Build with React as Frontend-Component, MongoDB as a noSQL Database Component, and Node.Js for the Backend with an Express RESTful 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/MERN-Todo-Application.git

Install Dependencies in "client" and "server" folder

Change directory to the server folder

$cd server

Install all Dependencies with "npm istall"

$ npm install

Change directory to the client folder

$cd ..\client

Again - Install all Dependencies with "npm install"

Add a .env file with your Port and MongoDB-URI

To run the App, you need to add a .env with your choosen Port and your accsess to your Testcluster on MongoDB, to the server folder.

Start Dev-Server

Start the Dev-Server with "npm run dev" in both the server and client folder

$ npm run dev

About

My first ever Fullstack Todo-Application. Build with the MERN Stack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published