Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- 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: 2023-01-08T13:58:20.000Z (almost 2 years ago)
- Last Synced: 2023-08-23T18:11:52.575Z (over 1 year ago)
- Topics: ejs, express, mongodb, nodejs
- Language: JavaScript
- Homepage: https://andras-todo.herokuapp.com/
- Size: 108 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
`