Skip to content

mar-js/fullstack-notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.