Giter VIP home page Giter VIP logo

simple-social-app's Introduction

Smartbrain-App

๐Ÿ“– Description

Full-stack multipage application created as a social website to share knowledge about different programming topics.

๐ŸŽฏ Features

  • MPA created with Django
  • Styled with Bootstrap 4
  • SQLite DB

๐Ÿ”† Visuals

๐Ÿ’ก Getting Started

Follow the instructions below to get a copy of the project, either for development or testing purposes.

๐Ÿ“‹ Prerequisites

You'll need Git, Python 3.7, Pip, Django and a Virtual Environment (like Conda).

๐Ÿ’ป Installation

# Clone this repository
$ git clone https://github.com/miguel-osuna/Simple-Social-App.git

# Go into the repository from the terminal
$ cd Simple-Social-App

# Remove current origin repository
$ git remote remove origin

All dependencies are listed on the requirements.txt file.

Install all project dependencies.

# Create a virtual environment on the project root directory
$ conda create --name simplesocial_env python=3.7

# Install the project dependencies
$ pip install -r requirements.txt

# Run migrations for the project
$ python manage.py makemigrations
$ python manage.py migrate

# Run the app
$ python manage.py runserver

๐Ÿš€ Deployment

Once you are ready to deploy your project, read the following tutorial to choose your hosting

๐Ÿ”ง Built With

๐ŸŽญ Authors

๐Ÿ“’ License

This project is licensed under the MIT License - see the LICENSE.md file for details.

simple-social-app's People

Contributors

dependabot[bot] avatar miguel-osuna avatar

Watchers

 avatar  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.