Coder Social home page Coder Social logo

codermungan / congenial-dollop Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rythmtechnologies/congenial-dollop

1.0 0.0 0.0 25.85 MB

Home Page: https://congenial-dollop-seven.vercel.app

License: MIT License

JavaScript 92.97% Python 1.33% CSS 5.47% HTML 0.21% Dockerfile 0.01% Shell 0.01%

congenial-dollop's Introduction

Getting Start

1. Setting Up .env Files

  • Go to directory backend.
  • Change .env-example to .env
SECRET_KEY = "YourSpeacialKey"

2. Setting up Docker & Migrations & Create Super User

  • You must the be directory backend
docker-compose build
  • Makemigrations from Docker
docker-compose run djapp python manage.py makemigrations
  • Migration from Docker
docker-compose run djapp python manage.py migrate
  • Create Super User
docker-compose run djapp python manage.py createsuperuser
  • Run the Docker
docker-compose up
  • Now you can go to 127.0.0.1:8000 to see it live. ๐Ÿš€
  • Admin panel 127.0.0.1:8000/admin
  • You can create what u want!

3. Check the our API'S

  • You should use a tool like Postman or Insomnia for check out the endpoints
  • http://127.0.0.1:8000/swagger/ or http://127.0.0.1:8000/redoc/ can be check the api's

Working Space

  • All applications are inside the Apps folder.
  • The static folder was completely collectstatic.
  • Can be chill with our project ๐Ÿš€

congenial-dollop's People

Contributors

ayskrimn avatar codermungan avatar enescomruk72 avatar mciray avatar

Stargazers

 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.