Skip to content

Im0tec/users-management-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

23 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Users management Api-Rest with Restify

A simple project to study Javascript based on HCODEBR course, available on Udemy plataform. πŸ‘¨πŸ½β€πŸ’»β€

Running the project:

After clone the repository.

  • WEB APPLICATION πŸ’»:
  1. Open the "users-management-javascript-RESTAPI" folder.
  2. Initialize the terminal inside the folder.
  3. Type the command below in the terminal:
npm start
  1. Then, after execute the command above, just open a new tab in browser and access the following address:
http://localhost:3000
  1. READY βœ¨πŸŽ‰

  • SERVER πŸ’»:
  1. Open the "client-server" folder.
  2. Initialize the terminal inside the folder.
  3. Type the command below in the terminal:
node index
  1. Then, after execute the command above, just open a new tab in browser and access the following address:
http://localhost:4000
  1. READY βœ¨πŸŽ‰

About

A simple project to study Javascript based on HCODEBR js course. STATUS: Done.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published