Skip to content

shrif-web/WebProgramming_HW3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebProgramming_HW3

first of all , you should go to ./frontend folder and run this command :

npm install

then you should run this command also in ./backend folder.
after that , you should run the command below in ./cache folder:

go mod tidy

now , to run backend API (and connect it to cache ) , in ./cache , run this command :

go run ./main.go

and in ./backend , run this command :

npm start

and after all, you should run this command in ./frontend folder:

npm start

now , frontend is running on localhost and port : 3000 . API is also connected to frontend (and also can be used standalone) and is running on localhost and on port 8000. And caching system is also running as a standalone API on localhost and on port 8080.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 83.9%
  • CSS 11.2%
  • HTML 4.9%