Giter VIP home page Giter VIP logo

Les Bois Engineering and Innovations


Installation instructions


Note: make sure to restore the database after installing postgres

  1. Download and install python

Make sure it works in your terminal or command line

  1. On your terminal type
    python get-pip.py
  1. pip install -r requirements/base.txt
  2. pip install -r requirements/local.txt
  3. create a .env file and follow the config in env.example
  4. Install postgres and get your credentials
  5. Add the credentials in DATABASE_URL of your .env file
  6. To start the server hit python manage.py runserver
  7. To start the hot reloading go to the client folder in your terminal and type yarn install to install the modules
  8. Type yarn hot

Restorng the postgres SQL backup


On your terminal go to the root directory of lesbois then type the ff:##
  1. Login to your postgres
    psql -U <your username>
  1. Once your logged in type
    CREATE DATABASE lesbois;
  1. Hit enter and type below to quit psql
    \q
  1. Importing your database
    psql -U postgres lesbois < partial_entry.sql

Les Bois Engineering and Innovations's Projects

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.