Code Monkey home page Code Monkey logo

dreams's Introduction

Dreams

CircleCI Open Source Helpers

A demo bucket list on Dreams

Getting Started

This is an open source project and all contributions are welcome.

In order to set up this repository in your local machine simply use the fork option available at the top right corner of this page.

Prerequisites

You will need to have python and pip installed locally to run this project.

Running the app

Once you have cloned this repository to your local machine, run the following commands from the root of your cloned repository.

Install virtual environment:

#!/bin/bash
pip install virtualenv

Create a virtual environment (Mac OS):

#!/bin/bash
virtualenv ../dreams-venv --python=python3

Activate the virtual environment (Mac OS):

#!/bin/bash
source ../dreams-venv/bin/activate

To make sure you have all the required packages please run:

#!/bin/bash
pip install -r requirements.txt

For Windows:

set FLASK_APP= app.py

For MacOS:

export FLASK_APP= app.py

Next commands are common for all three platforms(i.e. Windows, MacOS and Linux):

flask db init

flask db migrate -m "Any message of your choice"

flask db upgrade

To run the app just execute one of following commands: Either:

python3 app.py

or:

flask run

This should initiate a flask web app running on port 8080 on your local host.

Contributing

This is an open source project welcoming all contributions (See CONTRIBUTING.md).

Feel free to make a PR for any enhancements or check out the issues page for suggested fixes.

For those who wish to have their name included in the contributors list please also add your name to the list as part of your PR in the same format as the other contributors.

Contributors

See Contributors.md.

dreams's People

Contributors

rwothoromo avatar abhi8953 avatar rhnsharma avatar anishsujanani avatar dependabot[bot] avatar pranikamassey avatar davis-byamugisha avatar codewithdev avatar evenzdev avatar mukama1 avatar yurichandra avatar samgrande avatar sudoalgorithm avatar

Watchers

James Cloos 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.