A simple project to study Javascript based on HCODEBR course, available on Udemy plataform. π¨π½βπ»β€
After clone the repository.
- WEB APPLICATION π»:
- Open the "users-management-javascript-RESTAPI" folder.
- Initialize the terminal inside the folder.
- Type the command below in the terminal:
npm start
- Then, after execute the command above, just open a new tab in browser and access the following address:
http://localhost:3000
- READY β¨π
- SERVER π»:
- Open the "client-server" folder.
- Initialize the terminal inside the folder.
- Type the command below in the terminal:
node index
- Then, after execute the command above, just open a new tab in browser and access the following address:
http://localhost:4000
- READY β¨π