Skip to content

ProgramDig/graduate-work

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graduate-work (MERN)

Directory structure

├── server
│   ├── client
│   │   ├── public
│   │   ├── src
│   │   ├── package.json 
│   │   └── package-lock.json
│   ├── controllers
│   ├── middleware
│   ├── models
│   ├── routes
│   ├── services
│   ├── auth.router.js
│   ├── package-lock.json
│   └── package.json 
├──.gitignore
└── README.md

How to run

To run tests, run the following command

Server

  cd ./server
  npm install
  
  npm run server 

Client

  cd ./server/client
  npm install
  
  npm run client 

OR

  cd ./server
  npm install
  
  cd ./client
  npm install
  
  npm run dev

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages