Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrase/to-do
To-do app using Ejs, Express & MongoDb
https://github.com/andrase/to-do
ejs express mongodb nodejs
Last synced: 16 days ago
JSON representation
To-do app using Ejs, Express & MongoDb
- Host: GitHub
- URL: https://github.com/andrase/to-do
- Owner: AndrasE
- Created: 2021-05-26T18:31:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-19T08:23:16.000Z (4 months ago)
- Last Synced: 2024-11-19T09:38:06.695Z (3 months ago)
- Topics: ejs, express, mongodb, nodejs
- Language: JavaScript
- Homepage: https://andras-todo.herokuapp.com/
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
`