Skip to content

Syntax Error X Project - Backend Written in Python on Django Rest Framework

Notifications You must be signed in to change notification settings

sajji18/cartel-backend

 
 

Repository files navigation

Welcome to Cartel!

We Bring Culture Together! :)

Installation

Back-end

Technologies used

  • Django: The web framework for perfectionists with deadlines (Django builds better web apps with less code).
  • DRF: A powerful and flexible toolkit for building Web APIs

Installation

  • If you wish to run your own build, first ensure you have python globally installed in your computer. If not, you can get python here.

  • After doing this, confirm that you have installed virtualenv globally as well. If not, run this:

        $ pip install virtualenv
  • Then, Git clone this repo to your PC

        $ git clone https://github.com/
  • Dependencies

    1. Cd into your the cloned repo as such:
          $ cd cartel
    2. Create and fire up your virtual environment:
          $ virtualenv  venv -p python3
          $ source venv/bin/activate
    3. Install the dependencies needed to run the app:
          $ pip install -r requirements.txt
    4. Make those migrations work
          $ python manage.py makemigrations
          $ python manage.py migrate
  • Run It

    Fire up the server using this one simple command:

        $ python manage.py runserver

    You can now access the file api service on your browser by using

        http://localhost:8000/
    

Front-end

Technologies used

  • ReactJS: React is the library for web and native user interfaces. Build user interfaces out of individual pieces called components written in JavaScript.
  • Redux: Redux helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test.

Installation

  • First ensure you have NodeJS installed in your computer. If not, you can get pyth here).

  • After doing this, confirm that you have installed virtualenv globally as well. If not, run this:

        $ npm install -g create-react-app
  • Dependencies

    1. Install all the npm packages. Go into the project folder and type the following command to install all npm packages
          $ npm install
    2. In order to run the application Type the following command
          $ npm start
  • Run It

    You can now access the file api service on your browser by using

        http://localhost:3000/
    

Tech Stack

SmartyPants converts ASCII punctuation characters into "smart" typographic punctuation HTML entities. For example:

Design Front-end Back-end
Figma ReactJS Django
Illustrator Redux , Redux-Toolkit , Axios Django Rest Framework
Sketchbook on iPad React-Router-DOM sqlite3
Vectornator for iPad React-Router-DOM , React useTypeWriter, OAuth2 , Pillow , Django-cors-Headers

DataBase Design (RDBMS)

https://miro.com/app/board/uXjVNVOOMjU=/?share_link_id=395568389059

Contributors

Releases

No releases published

Packages

 
 
 

Languages

  • Python 96.6%
  • HTML 3.4%