- Git - using a GUI such as SourceTree or GitHub Desktop can help.
- Node JS (
10.19.0
) - MongoDB (
3.6.8
) - Database - npm - node package manager
To clone the repository, either use the Git GUI if you have one installed or enter the following commands:
git clone https://github.com/UAceIt-Winter-of-Mentorship/Days-of-Design.git
cd Days-of-Design
Note: If you want to contribute, first fork the original repository and clone your forked repository into your local machine. If you don't do this, you will not be able to make commits or change any files.
git clone https://github.com/UAceIt-Winter-of-Mentorship/Days-of-Design.git
cd Days-of-Design
- Install npm dependencies:
npm install
- Start the server:
node app.js
Navigate to http://localhost:3000/
in your web browser to access the website.