Giter VIP home page Giter VIP logo

backend_capstone's Introduction

Description

This repo for my final backend specialisation provided by Meta

Project setup

  1. You need to install python, if you dont have it installed already
  2. You need to setup your virtual enviroment, in case for this project we use pipenv shell command to create or activate virtual enviroment and it will create Pipfile which contained all neccessary setup such as version of python you are using.
  3. you have to create project using django-admin startproject backend_capstone command here in the backend_capestone is the project name and create app with this command django-admin startapp backend_capestone_app here backend_capestone_app is the nae of the app.
  4. you need to install django using pipenv install django command
  5. you need to install django using pipenv install djangorestframework command

setup for mysql

  1. You ve to download and install mysql , if you dont have it installed already once you are done, then run the following command to sudo mysql -u root -p or simply remove the sudo and run the command for Window os.
  2. by default mysql has password "" then click enter
  3. then you have to create new database using the following command create database backenddb; once you run the command.
  4. then create user if you are not a root user with the following command CREATE USER 'adminbackend'@'localhost' IDENTIFIED BY 'backend@123'; and grant all previledges to the user and run flush previledges. Below is the screen short of the mysql setup. Screenshot_2023-08-07_10_29_24

backend_capstone's People

Contributors

alaminthetrustworthy avatar

Watchers

 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.