Reddit type news site
Repos;
API: https://github.com/bluerface/public-nc-news-front
Front: https://github.com/bluerface/public-nc-news-api
Demos;
API: https://zl-northcoders-news-api.herokuapp.com/api
Front: https://zl-northcoders-news.herokuapp.com
- Clone the project into your desired folder
- Make sure you have node, npm and mongodb installed
- Install all dependencies:
$ npm i
- Start mongodb
mongod
- Run the seed file;
npm run seed
- To serve the code, run the server with or without nodemon;
$ npm run dev
$ npm start
- Run the tests;
$ npm test
- React
- Redux
- React Router
- Redux Form
- Bulma css framework
- Express
- Mongodb/mongoose
- REST / CRUD API
- Passport (jwt & local)
- Mocha / chai tests