A back-end program, that can manage multiple To-Do-Lists stored in a database.
- Mongoose - MongoDB
- EJS
- Express
- Node.js
- HTML5
- CSS3
Clone the repository:
git clone https://github.com/ArpadGBondor/The_App_Brewery-Back-end_project_04-To_Do_List.git
Enter directory:
cd The_App_Brewery-Back-end_project_04-To_Do_List/
Download the missing dependencies from npm:
npm install
Download, install and run MongoDB
Create a file named '.env' and set this enviroment variable:
DB_CONNECT=mongodb://localhost:27017/ToDoListDB
Run program:
node app.js
Send get request from browser:
Open: http://localhost:3000