Introduction
Features
Tech Stack
Run The Project Locally
UI Examples
Demo
This is a very basic CRUD todo-list fullstack application. It's a part of my "One App Multi-stacks" series. This version is created with VueJS (frontend), NodeJS & ExpressJS (backend), MongoDB (database).
The purpose of the project is practicing my fullstack development skill and the technology.
For simplicity's sake, there is no user feature in the app.
- Create/Read/Update/Delete todos (priority, deadline, description)
- Create/Read/Update/Delete projects
- Create/Read/Update/Delete Projects' todos
- VueJS
- Vuestic
- Cypress
- ExpressJS
- MongoDB
- Docker
📢 For all of the step below: make sure that you're in the project's directory 📢
-
Run the Backend
cd server npm run start
-
Run the Frontend
cd client yarn run production
Check the app out at http://localhost:8080/
./deploy.ps1
Check the app out at http://localhost:8080/
yarn run cypress
https://oams-whattodo-mevn.netlify.app