iTheSailor / wishfor__

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wishfor__

Wishfor__ is an app created to make building a wishlist for any occasion easy!

  • Whether its a christmas list or just a regular list for everyday things, this allows you to add links from any website of your choice and have it stored all in one place.
  • It can become unorganized when having to build a list when some items can only be saved in one place or require you to save a bookmark on it in your browser.
  • Building this app allowed me to learn more about the process of login/registration with validations as well as implementing protected routing.

Technologies used in this project:


JavaScript | MongoDB | Mongoose | Express | React | Postman | Bootstrap

Setup

To clone and run this application, you'll need Git and Node.js (included with npm) installed on your computer. Postman is also required in order for testing the data storage.

Clone this repository

git clone https://github.com/Rhemb/wishfor__.git

Go into repository

cd wishfor__

Install dependencies

npm install

Open up both server and client folder on 2 different terminals

// Client Folder: `wishfor__ % cd client`
npm start

// Server Folder: `wishfor__% cd server`
nodemon server.js

About


Languages

Language:JavaScript 82.4%Language:CSS 12.8%Language:HTML 4.7%