$ git clone https://github.com/mariyabaig/Greendeck-Full-Stack.git
$npm i or npm install
package.json
server/
package.json
.env (to create .env, check [prepare your secret session])
client/
package.json
...
- MongoDB
- Node
- npm
you need client and server runs concurrently in different terminal session, in order to make them talk to each other
$ npm i or npm install //to install the packages and dependencies
$ npm run start // to start the client side
$ npm i or npm insatll //to install the packages and dependencies
- DB = "Link to your database"
- JWT_SECRET = "YourJWTSecret"
- port = 5000
$ nodemon index.js
$ cd client
$ npm both