GithubHelp home page GithubHelp logo

joseamarcucci / restify Goto Github PK

View Code? Open in Web Editor NEW

This project forked from michaelgithubhype/restify

0.0 0.0 0.0 12.6 MB

Restify is a social media platform web application for restaurants

Shell 0.54% JavaScript 62.23% Python 34.61% CSS 1.92% HTML 0.70%

restify's Introduction

Restify

A restaurant social media platform web application that allows restaurant owners to advertise their restaurant, create blog posts, communicate with other restaurant owners, grow their audience and much more. Users can use this social media to explore new restaurants and foods.

Installation/Usage

Begin by cloning this repository onto your computer by git and cd into it.

$ git clone https://github.com/MaorGornic/Restify.git my-app
$ cd my-app

Automatic Setup

  • First run the startup.sh script by running source startup.sh. This will make a virtual environment for you, install the required dependencies for the project, and apply all the neccessary migrations.
    • After this step, you will need to run source run.sh to start the back-end as well as the front-end.

Manual Setup

  • Alternatively, you can follow the steps below and do the installation manually. If you follow the manual setup, it is advised to create a virtual environment for this project.
    • To create the enviornment, run python -m virtualenv -p python3 venv or python3 -m virtualenv -p python3 venv. To activate this environment, you will then run source "venv/bin/activate" if you are using Linux, or source "venv/Scripts/activate" if you are using Windows.

Front-end

  • First cd into the front-end directory and then run npm install to install all of the front-end's dependencies.

    • After doing that, here is a list of useful commands:

      • npm start

        • Starts the development server which is listening for connections here
      • npm run build

        • Bundles the app into static files for production
      • npm test

        • Starts the test runner

Back-end

Installation

$ cd back-end
$ pip install -r requirements.txt #install all required packages
$ python manage.py migrate

Running the back-end

$ python manage.py runserver

restify's People

Contributors

maorgornic avatar michaelgithubhype avatar sprit-fun 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.