Skip to content

CodeClan Project 2. Week-long JavaScript Group Project - It is a single-page educational app which uses MongoDB, API with keys, webpack, CSS, and HTML. Aims: To gain experience working in a team with other developers - to understand some of the challenges this creates and ways to overcome them. To have the opportunity to use Agile working method…

Notifications You must be signed in to change notification settings

ShanzyHolm/BBC_educational_app-Landmarks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Educational App - Landmarks

Up and Running

The app uses the Google Maps Embedded API and requires a key to be added before this feature will work as expected. Create the file client/config/keys.js and add the following

  const keys = {
    gmaps: [YOUR_API_KEY]
  }

  module.exports = keys;

Clone the repo locally and ensure there is a running MongoDB session, then

mongo < server/db/seeds.js
npm install
npm run build
npm run server:dev

Then open the app at localhost:3000

About

CodeClan Project 2. Week-long JavaScript Group Project - It is a single-page educational app which uses MongoDB, API with keys, webpack, CSS, and HTML. Aims: To gain experience working in a team with other developers - to understand some of the challenges this creates and ways to overcome them. To have the opportunity to use Agile working method…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.0%
  • HTML 8.4%
  • CSS 7.6%