Skip to content

ramicbenjamin/todo-mevn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Note

If you’re coming across this repository years after its creation — please note that my engineering approach and skills have evolved over time.
I keep this project online as part of my learning journey.
You can explore my more recent work at ramicbenjamin.github.io.

Simple To Do App

This app is created for a learning purpose. It uses MEVN stack:

Backend:

  • Node JS
  • Mongo DB

Frontend:

  • Vue JS
  • Tailwind

Let's see how it works:

IMAGE ALT TEXT HERE

How to start app?

Backend:

Run following commands:

cd server
npm install
npm run start

Frontend

Run following commands:

cd client  
yarn install
yarn run dev

Author:

  • Benjamin Ramić

About

Simple to do app created using MEVN stack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors