Giter Site home page Giter Site logo

budgeting-website's Introduction

Project Overview

  • This website helps users to track their budget and manage their expenditure in a convenient, intuitive way.

How to Use

1. If you do not have MongoDB installed, follow steps 1-4. These steps assume you are running Mac OS. If you are running Windows, please visit: https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-windows/ First, ensure you have xcode command line tools installed

xcode-select --install

2. Tap the MongoDB Homebrew tap by running the code below. This assumes you have homebrew installed. If not, visit: https://brew.sh/#install

brew tap mongodb/brew

3. Update Homebrew

brew update

4. Install MongoDB

brew install [email protected]

5. To ease the process of starting and stopping the mongod process, open up your bash profile

nano ~/.bash_profile

6. Create an alias to start the mongod process by entering the following line in your bash profile

alias mongodbstart='brew services start [email protected]'

7. Create an alias to stop the mongod process by entering the following line in your bash profile

alias mongodbstop='brew services stop [email protected]'

8. Save and close your bash profile

9. Clone the repository to your local machine

git clone https://github.com/Kieran-Arul/budgeting-website

10. Navigate into the project directory

cd budgeting-website

11. Run the following command to install the necessary dependencies

npm install

12. Start the mongod process

mongodbstart

12. Run the following command to start a server on Port 8080:

npm start

13. Open up your internet browser and go to:

http://localhost:8080/

14. You should now be able to browse the website

15. When you are finished, stop the server from running by hitting CTRL-C

16. Terminate the mongod process:

mongodbstop

budgeting-website's People

Contributors

kieran-arul avatar james-sunter-storey avatar

Stargazers

Vincent Zhenhao ZHAO avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.