vikashvverma / fullstack

Home Page:http://brainwaves.programminggeek.in/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fullstack

Access the app here: http://brainwaves.programminggeek.in/

Source code on github

Prerequisites

Start the App

  1. Run npm install to install server dependencies.

  2. Run mongod in a separate shell to keep an instance of the MongoDB Daemon running or ignore if you want to connect to the cloud.

  3. Update the config mongodb uri in server/config/environment/development.js or server/config/environment/index.js.

  4. Set seedDB to true in the config depending server/config/environment/development.js or server/config/environment/index.js.

  5. The default mongo uri is connected to cloud. Do not change it to connect to cloud mongodb.

  6. Run npm start to start the development server. Access the app at http://localhost:3000/

About

http://brainwaves.programminggeek.in/


Languages

Language:JavaScript 63.7%Language:TypeScript 15.8%Language:HTML 13.1%Language:CSS 7.5%