lucasmonteverde / edirect-todo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

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/ - Heroku hosted app

About


Languages

Language:JavaScript 61.4%Language:Vue 33.7%Language:SCSS 3.4%Language:HTML 1.0%Language:Shell 0.5%