Skip to content

A Node API for delivering structured projects to a portfolio site.

Notifications You must be signed in to change notification settings

willshowell/portfolio-cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio CMS

A Node API for delivering structured projects to a portfolio site.

Installation

  1. First install MongoDB and run it with mongod
  2. Then, make sure you have Node installed
  3. Lastly, set up the project locally and start the server:
$ git clone https://github.com/willshowell/porfolio-cms.git
$ cd portfolio-cms
$ npm install
$ npm run serve

Testing

$ npm test

Major TODO Tasks

  • [~] Configure tests
  • Add users model
  • Implement authentication
  • Create front-end management tool
  • Add image upload feature
  • Extend functionality for markdown blog posts

API Design

About

A Node API for delivering structured projects to a portfolio site.

Resources

Stars

Watchers

Forks

Packages

No packages published