Skip to content

Instantly share code, notes, and snippets.

View heyOnuoha's full-sized avatar

Favor heyOnuoha

View GitHub Profile
const uuid = require('uuid')
const colors = require('colors');
const ApplicationServices = require('../services/application.service')
const resetSchedule = function () {
this.Init = async function(params) {
try {
const express = require('express')
const Todo = require('../models/Todo')
const router = express.Router()
router.post('/todos/add', async (req, res) => {
try {
const todo = new Todo(req.body)
@heyOnuoha
heyOnuoha / .gitignore
Created May 22, 2018 09:57 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #