To get started developing right away:
- install all project dependencies with
npm install - start the development server with
npm start
The server supports a small, fixed number of categories that users can put posts into. Categories are simple objects containing a name and a URL path (usually the same string). The server does not have methods for creating/modifying/deleting these categories. The server files are not in this repository. In order to use the project it is necessary to obtain them in the following link
This project is licensed under the MIT License
This repository is a project to the React Udacity Nanodegree. Therefore, I most likely will not accept pull requests.