Skip to content

Todo App API built using Node.JS with Express, Mongoose, Passport & Async\Await syntax. Android app: https://github.com/stavelmashally/android-mvp-todoapp

Notifications You must be signed in to change notification settings

stavelmashally/node-express-mongoose-todo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-express-mongoose-todo-api

Todo App API built using Node.JS with Express, Mongoose, Passport & Async\Await syntax.
Android app: https://github.com/stavelmashally/android-mvp-todoapp

Project structure

├── app
│   ├── authentication
│   ├── helpers
│   ├── routes
│   ├── tests
|   |    ├── auth
|   |    ├── seed
|   |    ├── todos
|   |    ├── users 
│   ├── todos
│   ├── users
├── config
├── .env
├── .eslintrc
├── .gitignore
├── index.js
├── package.json
├── package-lock.json
├── README.md

Modules

Installation

$ git clone https://github.com/stavelmashally/node-express-mongoose-todo-api.git
$ cd node-express-mongoose-todo-api
$ npm install  

Set environment variables:

cp .env.example .env

Running Locally

# development
npm run dev

# production
npm run prod

# test
npm run test

About

Todo App API built using Node.JS with Express, Mongoose, Passport & Async\Await syntax. Android app: https://github.com/stavelmashally/android-mvp-todoapp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published