https://github.com/drvarner/vue-todo
https://github.com/drvarner/vue-todo
backend frontend mongodb vue
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/drvarner/vue-todo
- Owner: drvarner
- Created: 2025-02-22T18:46:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-23T18:45:05.000Z (over 1 year ago)
- Last Synced: 2025-03-07T21:48:41.374Z (over 1 year ago)
- Topics: backend, frontend, mongodb, vue
- Language: Vue
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=