This is the second project of the Nanodegree React Developer course, from Udacity Brasil
The goal is to create kind of blog than create / edit / delete post and comments and vote in posts or comments that you like
Open the GitBash and input the commands:
git clone https://github.com/danieladuarteng/leitura.git
Access the folder: api-server and input in GitBash:
npm install
And access the folder: frontend and input in GitBash:
npm install
To run the project
Access the folder: api-server and input in GitBash:
node server
And access the folder: frontend and input in GitBash:
npm start
Udacity provides the back-end server for this project, for more information access the initial project
This project uses the license MIT
