? Javascript full-stack ?

MERN Stack

Made by Julien Azambourg

React / Express / MongoDB / Redux

Start server : npm start

Start client : cd client + npm start


Back config :

  • Put your cluster info inside /config/db.js
  • Create .env file inside /config/ within the following data
    • PORT=5000 your localhost port
    • CLIENT_URL=http://localhost:3000 your client url
    • DB_USER_PASS=fs:fromscratch your ID & password
    • TOKEN_SECRET=990bf68e6adf1be5f1671bba3bec692056922454 your random secret key

Front config :


Alt text

? Made by Julien Az, November 2020. Free to use

GitHub

View Github