Proto1

Proto is a full stack MERN app.

Installation

Prerequisites

  • node
  • npm
  • mongodb cloud connection
  1. Clone this repository

  2. Install server dependencies

    $ cd server
    $ npm install
  3. Install client dependencies

    $ cd client
    $ npm install

Run the app

  1. Start the server
    $ cd server
    $ npm start
  2. Start the client
    $ cd client
    $ npm start
  3. Browse to http://localhost:3000/

Testing

Server

Make sure mongodb is running before testing the server.

$ cd server
$ npm test

Client

$ cd client
$ npm test

License

This project is not available under the MIT License.