A Node API for delivering structured projects to a portfolio site.
- First install MongoDB and run it with
mongod
- Then, make sure you have Node installed
- 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
$ npm test
- [~] Configure tests
- Add users model
- Implement authentication
- Create front-end management tool
- Add image upload feature
- Extend functionality for markdown blog posts