Git Product home page Git Product logo

meta's Introduction

Meta

MERN stack web application used to keep track of the 'Meta' (Things my friend and I mildly enjoy).
How to Use MERN Stack: A Complete Guide used as a basis for the project.

Build Instructions

  • Navigate to both the client and server directories and execute npm install to install all required packages.
  • Follow the guide at Get Started with Atlas to create an Atlas account and deploy a database cluster.
  • Once the cluster has been deployed, find your connection string and assign it to the ATLAS_URI variable inside ./server/config.env
  • From client directory, run npm run build to build the front end.
  • From the server directory run nodemon server.js (nodemon will restart the server if changes are detected to the source files).
  • Web Server should now be running at http://localhost:5000/

meta's People

Contributors

bluelinks avatar

Watchers

 avatar

meta's Issues

Containerise Meta

Dockerise the application to allow it to be deployed from a docker container.

Fix logout behaviour

Currently logging out does not give enough feedback to the user that they have in fact been logged out.

Standardise mongodb calls

Currently authentication uses mongoose to talk to the database where as accessing meta items (records, also refactor naming) uses the mongodb module.

Decide which approach is better and refactor the other to use the same method.

Make changes to allow application to be deployed

Changes will need to be made in order to deploy the application to accomodate the service used.
This issue will cover all the changes that will be made in order to get the application working when deployed.

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.