A web app that allows users to create and share pieces of literature with others.
This app relies on the following:
- Node.js
- npm
-
Create a
.envfile and setDatabaseUrlto your database. If you want to set up a local database, you can follow these instructions to install mongoDB. -
Install all necessary dependencies using:
npm install -
To manually start the app, run:
node app.js