Coder Social home page Coder Social logo

architour's Introduction

ArchiTour

60% CheckPoint

Nov15 60% release link

Nov15 60% repo history link

80% CheckPoint

Nov22 80% release link

Nov22 80% repo history link

Objective

This is project3 for NEU CS5610. We build a full stack application with Node + Express + Mongo + React (hooks). Architour is a travel app specially designed for architecture lovers. It allows users to find interesting architecture in cities, check out their information or read other people’s reviews. Users can create multi-day itinerary and add stops from existing architecture collections.

Author

Xingjian Bi & Yi Zhou

Slides & Video & Design Document & Deployment Link

Slides Here

Video Here

Delpoyed Here

Design Document Here

Instructions to Build Locally

  • Download/clone this project to your loacal device.

  • Create a .env file and set your MONGO_URL variable.

  • Download architectures data and import to your mongodb database.

  • Use following command to import the data. (need mongodb installed locally)

    mongoimport --uri {your mongodb credentials} --collection architectures --type CSV --file MOCK_DATA2.csv --headerline
    
  • Perfrom folowing command on the root directory of this project

    yarn install
    yarn start
    cd front
    yarn install
    yarn start
    
  • Go to http://localhost:3000 to visit our site!

Screenshot

SigninPage

SignUpPage

HomePage

DetailPage

MyTripPage

architour's People

Contributors

xingjian-bi avatar hotdrynoodlestauren 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.