Skip to content

dam final project 一个资源管理网站

Notifications You must be signed in to change notification settings

Roy-zZZ08/DAM-website

 
 

Repository files navigation

Tech Stack:

  • Client:
    • React.js
  • Server:
    • Node.js
    • Express.js
  • DB:
    • MongoDB

How to Run this Website:

  • Clone this project to your computer.If you don't know how to use git clearly, read How-use-github-vscode.md.

  • Ensure you have download node.js, if not please go to their website first.

  • Run following codes in your terminal to download the packages we need

    #download packages for server
    npm install 
    #download packages for client
    cd client
    npm install
  • Now you can run this website in project directory

    cd ..
    npm run dev

About

dam final project 一个资源管理网站

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 94.5%
  • CSS 3.5%
  • HTML 2.0%