Skip to content

s1099/ejs-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App

Todo app built with ejs, Express and MongoDB

Running

  1. Clone the repo locally

    git clone https://github.com/s1099/ejs-todo-app
    cd ejs-todo-app
    
  2. Rename .env.example to .env and put in MongoDB URI

  3. Install dependencies

    npm install
    # or
    pnpm install
    # or
    yarn install
    # or
    bun install
  4. Start server

    npm main.js

About

ejs+express+mongodb todo app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published