/Moew

Primary LanguageJavaScript

Moew

This is a WIP project that is built with MERN stack (Mongo Express React Node) to create an organization board.

To run the project:

  1. clone the project: git clone https://github.com/natrng/Moew
  2. open terminal in the main folder
  3. install all dependencies: npm i
  4. to start the server: cd server && npm start
  5. to start the front end: open another terminal in the main folder and don't close the server terminal. type in the terminal: cd public && npm start. This will open a page with the front end running