Skip to content

Maki44/Moody-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moody

Table of contents

Introduction

Hi, my name is Makda, and this is my portfolio project, called Moody. This is a MVP and not the final version. It is fully functional but I am going to change it to mobile app this is the web app version.

Moody

The idea behind this project is as a user to do some activity based on your mood and coonect people of the same mood on the same location. The Activities are all happen at the moment no plans,they are set based on a user mood. User can see who are joining the activity, a user can then decided to join if a user like the other users joined the activity, Users joined the same activity can also chat each other. The app trackers the user location and shows activities only near user location.

Goals of this project

The main goal of this project is to gain experience developing a full-stack app. And implementing the skills I have been learning the past 10 weeks. I also push my self to use different libraries and exteranl apis to test my self how comfortable I can be with new things.

  • Practice full-stack development;
  • Practice the use of external API's
  • Learn new technologies
  • Implement a developer's approach by creating and following User stories and wireframes which can be found here:

Technologies used

Back end

  • Express
  • REST
  • Sequelize
  • Postgres
  • NodeJS

Front end

  • Javascript
  • React
  • Redux
  • Axios
  • Geocode-Geolocation

External API's

Server repository

The back-end was built in express and it is a REST a API. The database is built using Postgres and Sequelize. You can find the back-end's repository HERE

Setup

  • Server setup

    • clone the repository;
    • cd into the project directory
    • on first run, run the script npm run initialize, this will run npm i && npm run resetDB && npm run start;
    • afterwards simply run npm run start which will run the script npx nodemon index.js or node index.js
    • server runs on port 4000 by default
  • Client setup

    • clone the repository;
    • cd into the project directory;
    • on first run, run the script npm run initialize, this will run npm install && react-scripts start;
    • afterwards first run just run the script npm run start to start development;
    • client runs on localhost:3000 by default;

❗ You will need to create your own google API key and add in env file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published