/weather-app

MERN Weather app with Auth/login and user's api data.

Primary LanguageJavaScript

Hello

This application was created using: Webpack, React, React-Router, Express, Mongoose. Auth/login with help: bcrypt-nodejs, jsonwebtoken

2018-07-23 1 03 21

2018-07-23 1 03 01

To run, you need to install and start MongoDB. link to official site

After this:

1. Go to ./ directory and npm install

2. npm run build go to ./dist/build/index.html and add below code in body

<div id="root"></div>

3. And bootstrap style in header

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">

4. npm start

5. Add new tab in your console and go to ./server, then npm install

6. npm run dev

Go to localhost:3000 in yours browser