Skip to content

prototypsthlm/alban44980-Prototyp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Run

#install mongo in macOS
brew tap mongodb/brew
brew install mongodb-community
brew services start mongodb-community

# run server
cd Server
npm i
node index

# run client
cd Client
npm i
npm run start 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.2%
  • HTML 14.2%
  • CSS 12.6%