Skip to content

Practicing express js and MongoDB for a basic CRUD app.

Notifications You must be signed in to change notification settings

Kh1ng/ExpressMongoCRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express, Vite, and MongoDB full-stack application

Description

Just a simple todo app

Installation

Clone the repo

git clone https://github.com/Kh1ng/ExpressMongoCRUD.git
cd ExpressMongoCRUD/frontend
npm install
cd ../backend
npm install

Start the DB

docker-compose -f docker-compose-dev.yml up
# optional: use mongosh to manage db
docker exec -it mongo-playground-web-db-1 mongosh

Start front and back end respectively

cd frontend
npm run dev
cd ../backend
npm run start

About

Practicing express js and MongoDB for a basic CRUD app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published