Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 484 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 484 Bytes

Bears-Team-23

Blablaclone | Voyage-5 | chingu.io

Installation

Must have NodeJS, npm and MongoDB installed before proceeding

  1. Clone the repository
  2. Navigate to env.example file and create an env file out of it. Replacing database name as required
  3. Run npm install
  4. Run npm start

Extra Notes

All Backend logic and setup for the database is contained in api folder while the rest of the folders on the root are client related (VueJS)