tawanda-profuse / Poem-Pad

A web app for poetic individuals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poem Pad

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.

Installation Steps:

After extracting the zip file, type the following commands in your local terminal where the folder is located.

  1. npm install
  2. npm init
  3. cd "/server" -> `npm run devStart`
  4. Another terminal cd "/client" -> `npm run start`
  5. Lastly, open your browser at the port specified in app.js (should be port 3000)

About

A web app for poetic individuals


Languages

Language:JavaScript 72.8%Language:CSS 24.5%Language:HTML 2.7%