Skip to content

audirebocha/sharespace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

sharespace

Pages in draft

prerequisite

To run or develop you will need the following installed:

  • Node js
  • npm
  • Installation

    The following steps are a guide to having the application up and running

    • Clone the project using git: git clone
    • cd into each of the sub directories and run:
    • Install all the packages in the package.json file by running npm install
    • Run development by running command: npm run dev

    Database

    The database is on MongoDB online collections, you may open your account and change the database URL in the dbconnection and server files