sudo yum -y install epel-release
sudo yum -y update
Download repository
import Layout from "../../components/layout"; | |
import Link from "next/link"; | |
import Head from "next/head"; | |
import Admin from "../../components/auth/Admin"; | |
import Card from "../../components/Card"; | |
import React, { useState } from "react"; | |
import { listBlogsWithCategoriesAndTags } from "../../actions/blog"; | |
import { API, DOMAIN, APP_NAME } from "../../config"; | |
import { withRouter } from "next/router"; |
I used this steps to install django on centOs for more than 10 times and it worked for me but it may not contain all the details you may need in your project.
nmtui
In this session, we are going to mimic a posts api that we worked on in a previous class. Typecode provides the free sample api.
APIs are what enable the backend, frontend and your mobile application to work together. We have also seen how to build basic REST api using Django Rest Framework
To get the post API to work we will need to work on four modules:
I could say my best code for now is a clone of udemy wih a membership plan for users, | |
i was really excited to start the project because udemy had really been a great learning reurse for me in my career as a developer | |
so i decided to clone udemy, | |
i learnt a lot during the process and i figured out that there was still a lot to learn and accomplish | |
the code is located at | |
https://github.com/Alsaheem/Udemy-Clone-Django | |
and live at webuni.herokuapp.com | |
**New technology** | |
when i got to know about AWS , ive been really excited to start learning |