This is an express server for a react app, to be used for planning.
https://react-kanban-board-main.netlify.app/
-
Fork this repo
-
Clone this repo
-
Add variables to ".env" file in root folder:
PORT=
MONGODB_URI=
TOKEN_SECRET=
SALT_ROUNDS=
- run in shell/cmd:
cd react-kanban-board
npm install
npm run dev
React App Repo: https://github.com/skyteks/react-kanban-board
Express Server Backend Repo: https://github.com/skyteks/express-server
- IRONHACK
- Daniel Emig