Skip to content

callbiruk/evangadi_todo

Repository files navigation

Evangadi TODO API Application

A TODO application API boilerplate/project starter source code with Node.JS.

NOTE: This project is not completed yet, Feel free to clone and contribute

Environment Variables

Add the following environment variables in a new file .env in the project directory. PORT=4321

DB_CONNECTION_STRING=mongodb+srv://test:P@ssw0rd@cluster0-j85bx.mongodb.net/todo_db?retryWrites=true&w=majority

How to run the program

  • Running Dev

    1. Clone the source code & navigate to source code directory
    2. Run npm install
    3. Run npm run start
  • Generating Documentation

    1. Clone the source code & navigate to source code directory
    2. Run npm install
    3. Run npm run dev

Enjoy

About

Evangadi TODO application API boilerplate/project starter source code with Node.JS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors