Trello clone web application made with Mongo, Express, React, NodeJS.
(Mern stack)
Frontend: https://github.com/nkzd/trello-clone-frontend
Backend: https://github.com/nkzd/trello-clone-backend
Project was built with component driven design in mind using storybook, run storybook with:
yarn storybook
Clone the repo:
git clone https://github.com/nkzd/trello-clone-backend.git
Install the dependencies:
npm install
Run the backend app (default port is 1337):
npm run start
Clone the repo:
git clone https://github.com/nkzd/trello-clone-frontend
Install the dependencies:
yarn install
Create a .env file with REACT_APP_API_URL enviroment variable that points to backend. Example can be found in .env.example file. Default is http://localhost:1337/.
REACT_APP_API_URL="http://localhost:1337/"
Run the frontend app (default port is 3000):
yarn start
Distributed under the MIT license. See LICENSE
for more information.