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.
- node
- npm
- mongodb
-
Clone this repository
-
Install server dependencies
$ cd server $ npm install
-
Install client dependencies
$ cd client $ npm install
- Start mongodb locally
$ mongod
- Start the server
$ cd server $ npm start
- Start the client
$ cd client $ npm start
- Browse to
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.