Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andrase/to-do

A basic full stack application using Ejs with Express & MongoDb
https://github.com/andrase/to-do

ejs express mongodb nodejs

Last synced: about 2 months ago
JSON representation

A basic full stack application using Ejs with Express & MongoDb

Awesome Lists containing this project

README

        







To-do app using Ejs, Express & MongoDb

## Hi there 👋

This app was another self-study project from a **[Udemy](https://www.udemy.com/course/the-complete-web-development-bootcamp)** course, where I used **[EJS](https://ejs.co/)** with **[MongoDB](https://www.mongodb.com/)**. Users can interact with the app by submitting their own to-dos, which are stored in a database and displayed back to them. While it's a simple application, I believe it serves as a solid starting point for beginners looking to build similar projects.

Deployed on Heroku's eco-dyno, please note that it may take a few seconds for the server to wake up.



## Run 🚀

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Start with cloning this repo on your local machine via cli or github-desktop:

`
$ git clone https://github.com/AndrasE/to-do
$ cd PROJECTNAME
`

To install and set up the library, run:

`
$ npm install -S myLib
`

Or if you prefer using Yarn:

`
$ yarn add --dev myLib
`

Add your own credentials:

`
add own credentials or .env
`

Serving the app:

`
$ npm start
`