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.
 
 
 
 
 
lhz 9a781bf3c6
progress. doesn't work 100% but getting there
3 years ago
client progress. doesn't work 100% but getting there 3 years ago
config at mern-server/mern-client 0.3.2 3 years ago
models semi-working deletion 3 years ago
routes/api at mern-server/mern-client 0.3.2 3 years ago
.gitignore at some point this wasn't broken 3 years ago
Dockerfile-client progress. doesn't work 100% but getting there 3 years ago
Dockerfile-prod hope nothing broke 3 years ago
Dockerfile-server hope nothing broke 3 years ago
LICENSE Add LICENSE 3 years ago
README.md hope nothing broke 3 years ago
package-lock.json maintenance 3 years ago
package.json maintenance 3 years ago
server.js at mern-server/mern-client 0.3.2 3 years ago
websocket.js at mern-server/mern-client 0.3.2 3 years ago

README.md

mern first

to make it work:

  1. have a mongodb database
  2. configure config/keys.js accordingly, the preconfigured one is with a user named "angle" with password "fail"
  3. run npm install in the root of this directory
  4. cd into client and then run npm install
  5. start both the node server and the react server with npm run dev