Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 455 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 455 Bytes

Notes App

⚠️⚠️⚠️ To use this project, you must have Docker installed.

Config

1. Clone

git clone [email protected]:mar-js/fullstack-notes-app.git

or

git clone https://github.com/mar-js/fullstack-notes-app.git

2. Enter to folder

cd notes-app

3. Execution

docker-compose up --build

Open http://localhost:5173 view the Frontend.

Open http://localhost:3003/api/ to consume de API.