Giter VIP home page Giter VIP logo

march_last's Introduction

march_last

Start Server for backend cd thirdtime Cd DjReact cd backend virtualenv env source env/bin/activate pip install -r requirements.txt cd src python manage.py runserver

Start Server for frontend cd frontend npm i npm start

Access app with this link: http://localhost:3000/login/

After inputing form values in front end, check backend at this url (here you will find Article List that lists out all the values that have been entered by the user): http://127.0.0.1:8000/api/

If you would like to access Django admin, the admin info is:

Username: admin Password: adminlogin http://127.0.0.1:8000/admin/

Clicking on either industry or academic will take you to two separate pages. However, the results will be sent to the same list in http://127.0.0.1:8000/api/

Bugs to fix:

  1. The “submit” button in the forms is supposed to be disabled until all inputs are complete because you need to completely fill out the form for the data to be registered in the backend. However, the code is currently defying logic and allowing the button to be enabled after only one entry.
  2. The form currently does catch an invalid email but does not simultaneously disable the “submit” button while pinging the user

march_last's People

Contributors

taylorhill001 avatar rachaelrhee avatar

Watchers

James Cloos 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.