victornpb / todo-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To-do App

Untitled 2021-04-12 05_12_12 2021-04-12 05-15-13 2021-04-12 05_18_04

This is a mono repository containing

  • Database - A mongodb container
  • API - An API build with NodeJS and Express
  • Frontend - A VueJS single page application

Requirements

  • Node v10 or 12
  • Git
  • Docker

Running the project locally

Database

  1. Run the db/start.sh script

API

  1. cd api
  2. Create a .env file based on the .env.example
  3. Run npm ci
  4. Run npm start
  5. Navigate to http://localhost:3000

Frontend

  1. cd front
  2. Create a .env file based on the .env.example
  3. Run npm ci
  4. Run npm start
  5. Navigate to http://localhost:3000

About


Languages

Language:JavaScript 50.7%Language:Vue 47.1%Language:HTML 1.5%Language:Shell 0.6%