Skip to content

Laffreuxbob/TodolistMongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo list, nodeJS and MongDB

Simple todo list to learn the client server principle Backend server in nodeJS with a restAPI MongoDB database

Installing

cd Todo_Backend/
npm i
cd Todo_Frontend/
npm i
install mongoDB & mongod

Start

/Todo_Backend => npm run dev
/Todo_Frontend => npm run start
sudo service mongod start 

On your browser : http://127.0.0.1:8081

Enjoy !

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published