https://github.com/lucasmonteverde/edirect-todo
https://github.com/lucasmonteverde/edirect-todo
expressjs jwt mongodb mongoose nodejs vuejs webpack
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucasmonteverde/edirect-todo
- Owner: lucasmonteverde
- Created: 2018-04-02T00:59:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-08T19:19:27.000Z (over 4 years ago)
- Last Synced: 2025-06-11T18:10:32.506Z (about 1 year ago)
- Topics: expressjs, jwt, mongodb, mongoose, nodejs, vuejs, webpack
- Language: JavaScript
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EDirectInsure TODO List
This challenge involves the creation of a multi-user task manager web application.
## Setup Guide
#### _Install Dependencies_
`npm i` or `yarn`
#### _Environment Variables_
Copy `.env.example` to `.env` and populate:
```sh
MONGODB=""
JWT_SECRET=""
```
#### _Local Tasks_
- `npm run dev` development task, will start server on `http://localhost:3000` and webpack-dev-server on `http://localhost:3000`
- `npm run build` build local assets.
#### _Server Tasks_
- `npm start` used only for production server with env vars declared, otherwise run `npm run dev` which has `dotenv` configured.
# Demo
[https://edirect-todo.herokuapp.com/](https://edirect-todo.herokuapp.com/) - Heroku hosted app