You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
3 years ago | |
---|---|---|
client | 3 years ago | |
config | 3 years ago | |
models | 3 years ago | |
routes/api | 3 years ago | |
.gitignore | 3 years ago | |
Dockerfile-client | 3 years ago | |
Dockerfile-prod | 3 years ago | |
Dockerfile-server | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
package-lock.json | 3 years ago | |
package.json | 3 years ago | |
server.js | 3 years ago | |
websocket.js | 3 years ago |
README.md
mern first
to make it work:
- have a mongodb database
- configure config/keys.js accordingly, the preconfigured one is with a user named "angle" with password "fail"
- run npm install in the root of this directory
- cd into client and then run npm install
- start both the node server and the react server with npm run dev