Asperitas is a full stack reddit clone that I wrote to learn more about Node.js, React, and NoSQL databases. The name asperitas comes from a type of cloud.
Clone this repository
Install server dependencies
$ cd server
$ npm install
Install client dependencies
$ cd client
$ npm install
$ mongod
$ cd server
$ npm start
$ cd client
$ npm start
http://localhost:3000/
Make sure mongodb is running before testing the server.
$ cd server
$ npm test
$ cd client
$ npm test
This project is made available under the MIT License.