Code Monkey home page Code Monkey logo

Comments (4)

v1k45 avatar v1k45 commented on August 10, 2024

Seems like the URL returned 404. You are probably sending request to wrong host.

It should be http://localhost:8000/api/notes/

Please note that this project is a hybrid approach for SPAs in django where the frontend and backend are in same repository.

If you wish to maintain a standalone client app, then you need take few extra steps like allowing CORS between your client and server.

from ponynote.

v1k45 avatar v1k45 commented on August 10, 2024

Also, the project is pretty straight forward, it should work with Django2+ with minor modifications like the url functions in project urls.

from ponynote.

v1k45 avatar v1k45 commented on August 10, 2024

Another thing, If you are directly cloning this repository, you don't need to run any other commands than pip install -r requirements.txt and npm install to set up the project. And then follow the tutorial to run the project.

from ponynote.

slimandslam avatar slimandslam commented on August 10, 2024

I see. So, "yarn start" automatically launches http://localhost:3000 but I need to manually enter http://localhost:8000 to see the app. It works fine now. Thanks.

from ponynote.

Related Issues (6)

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.