We Bring Culture Together! :)
- 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
-
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/
-
-
Cd into your the cloned repo as such: bash $ cd cartel
-
Create and fire up your virtual environment: bash $ virtualenv venv -p python3 $ source venv/bin/activate
-
Install the dependencies needed to run the app: bash $ pip install -r requirements.txt
-
Make those migrations work bash $ python manage.py makemigrations $ python manage.py migrate
-
-
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/
- 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.
-
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
-
-
Install all the npm packages. Go into the project folder and type the following command to install all npm packages bash $ npm install
-
In order to run the application Type the following command bash $ npm start
-
-
You can now access the file api service on your browser by using
http://localhost:3000/
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 |