Giter Club home page Giter Club logo

instotox's Introduction

Instotox

Visit the Demo.

Starting ๐Ÿš€

This is instructions permit you to obtain a copy for this project.

See Deployment to know how you run the project.

Pre-requirements ๐Ÿ“‹

  1. Clone this project
$ git clone https://github.com/montotox/instotox/
  1. Install Node.
$ sudo apt-get install -y nodejs

Installation ๐Ÿ”ง

  1. Enter in your folder .../instotox/server/.
  2. Execute npm run dev for run the demon.
  3. Enter in your folder .../instotox/client/.
  4. In new terminal execute npm start for run the frontend.
  5. You need the instance S3 in AWS and make a .env file with your credentials.
  6. You need Mongo Atlas and add the credentials in the .env file to config mongoose.
  7. Change the uri in client/config.js file.
const httpLink = createUploadLink({
  uri: "https://localhost:3000/",
});

Execute test โš™๏ธ

You can test the conections trying login or signup a new user.

If you can't you should see errors in the terminal where you running your server.

Posible problems ๐Ÿ”ฉ

Check your credentials.

  • Bad credentials in your new .env file.
  • Check that you are running the server and the client.

Deployment ๐Ÿ“ฆ

You can deploy the frontend in Netlify and the backend in Heroku.

  1. Add the server folder in Heroku.
  2. Change the uri in client/config.js file.
const httpLink = createUploadLink({
  uri: "https://{yourServer}.herokuapp.com/",
});
  1. In .../instotos/client/ run npm build.
  2. Add the client/build folder in Netlify.
  3. Enjoy your Instotox!๐ŸŽ‰

Autors โœ’๏ธ

  • Ricardo Coronel - Initial work / Documentation - montotox

Licence ๐Ÿ“„

This project is under licence (MIT) - see the file LICENSE.md for more details.

Expressions of gratitude ๐ŸŽ

  • Comment with others about this project ๐Ÿ“ข
  • Invite a beer ๐Ÿบ or a coffe โ˜•.
  • Give thanks publicly ๐Ÿค“.
  • I'm coding with โค๏ธ.

instotox's People

Contributors

montotox avatar

Watchers

 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.