Skip to content

Themonk20/cartel-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cartel

Welcome To Cartel

We Bring Culture Together! :)

Backend

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: bash $ pip install virtualenv

  • Then, Git clone this repo to your PC bash $ git clone https://github.com/

  • Dependencies

    1. Cd into your the cloned repo as such: bash $ cd cartel

    2. Create and fire up your virtual environment: bash $ virtualenv venv -p python3 $ source venv/bin/activate

    3. Install the dependencies needed to run the app: bash $ pip install -r requirements.txt

    4. Make those migrations work bash $ python manage.py makemigrations $ python manage.py migrate

  • Run It

    Fire up the server using this one simple command: bash $ 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: bash $ 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 bash $ npm install

    2. In order to run the application Type the following command bash $ 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)

Miro

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published