/write_together

Overcome writer's block within the help of a community: share your own block and be helped, share your own ideas to help others.

Primary LanguageJavaScript

Strive together

Overcome writer's block within the help of a community: share your own block and be helped, share your own ideas to help others.

screenshot displaying the main view of the app, a stuck of paper with the witer's block on it, and some post-it notes with ideas from other users surrounding it

Setup

  • Clone this repo

  • Once you have opened the project inside the text editor of your choice, create a .env file on the root of the project. Inside of this file, you will need to add the following:

    PORT=3000
    ENV=development
    SESSION_SECRET= ///Here you can add any word of your choice///
  • Then, on your terminal, inside the project's client folder, run:

    $ npm install
  • Now we need to start the back-end and connect the app with Mongo DB. Once all of the npm packages have been installed, run the following in the root of the project:

    $ npm run dev
  • On your terminal, go back inside the client folder and run the following:

    $ npm start

Authors