Skip to content

tawanda-profuse/Poem-Pad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

Releases

No releases published

Packages

No packages published