An open API service indexing awesome lists of open source software.

https://github.com/drvarner/vue-todo


https://github.com/drvarner/vue-todo

backend frontend mongodb vue

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Vue Todo

A simple todo list full-stack web app using MogoDB, Express, and Vue js.

## Why?
I'm an Angular/Flask/PostgreSQL developer and wanted to try something new. This is just part of the learning process.

## Installation
Pretty cut & dry.

Server/API:
```bash
cd backend
npm install
```

UI:
```bash
cd frontend
npm install
```

## Usage
You will need to add a `.env` file in both `frontend` and `backend` directories with the following:

`frontend/.env`:
```
VITE_API_URL=
```

`backend/.env`
```
MONGO_URI=