Skip to content

This is the final Full-Stack web application project at Holberton School, Code skills application that implements a code editor for HTML, CSS, and JavaScript Using the following technologies, Django, Python, PostgreSQL

Notifications You must be signed in to change notification settings

MrTechi-Dev/bomberbot_project_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeSkills Code Editor

FullStack Web Application utility for Bomberbot code learniing platform, to help students all over world to learn to code, with User functinality and code text editor

For more information check our landing page here

Begining:

Clon this repository using the following command.

https://github.com/Andres802/bomberbot_project_backend.git

Before you run our program please make sure you have the following technologies in your computer

  • React
  • Python 3.6.13
  • Tailwind
  • css
  • codemirror2
  • Django REST framework
  • Heroku

Backend

Using the requirements.txt install the prerequisites technogies needed for backend functionality

pip3 install -r requirements.txt

Installation:

After clonning the backend repo into your local create a virtual enviroment with following command:

python3 -m venv venv

And then:

source venv/bin/activate

Use the following command if you want to deactivate the virtual environment:

deactivate

1. Install Django framework:

pip install django -U

2. Once everything is install run the following command to run the development server:

python3 manage.py runserver

3. This will open a server in your localhos at:

http://127.0.0.1:8000/
Quit the server with CONTROL-C.

Deployment

heroku

Version

Current version: 1.0

Authors

  • Diana Sofia Garcia Caicedo Backend Developer - Sofiag8
  • Andres Barrera Pulido Backend Developer - DevOps - Andres802
  • Steffany Naranjo Vargas FrontEnd Developer - steffanynaranjov
  • Nick Arshadi Frontend Developer - nickarshadi

Acknowledgment

  • Bomberbot Company
  • Holberton School

About

This is the final Full-Stack web application project at Holberton School, Code skills application that implements a code editor for HTML, CSS, and JavaScript Using the following technologies, Django, Python, PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages