Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 641 Bytes

README.md

File metadata and controls

35 lines (30 loc) · 641 Bytes

Trello-React-Express

An application that allows you to organize and prioritize your personal projects in a fun, flexible, and rewarding way!

Try it out : Demo Link

Technologies

  • Node js
  • Express js
  • React
  • Mongoose
  • JWT
  • React-Beautiful-dnd
  • Material-UI

Requirements

  • Node
  • Mongodb

Installation

In the main project folder :

$ npm install
$ cd frontend
$ npm install

Launch the application

In the main project folder :

$ node server.js
Open another terminal
$ cd frontend
$ npm start