A web app for people with poetic talent, allows the user to write poems and have them saved to a MongoDB database and all the poems will be displayed on the home page.
After extracting the zip file, type the following commands in your local terminal where the folder is located.
- npm install
- npm init
- cd "/server" -> `npm run devStart`
- Another terminal cd "/client" -> `npm run start`
- Lastly, open your browser at the port specified in app.js (should be port 3000)