Giter Site home page Giter Site logo

cytonn's Introduction

cytonn

#Internship Interview

This project encompases of 2 parts:

  1. Frontend The frontend UI is built in ReactJS and its dependencies. It consumes the data from the API endpoints from the backend. To get the application running, change directory to src by following the steps: cytonn/Internship/frontend/ticketing/src. While in this directory, on your terminal write(npm install), to install all the required dependencies of the application. Once done, write npm start to start the server. This will get you up and running.It will run on port 3000.

  2. Backend. The backend is built in Python's backend Framework:Django and Django REST Framework. This enabled me to create the events and tickets apis consumed by the React Frontend. To get the application up and running,change directory to backend by following the following steps: on your terminal cd cytonn/Internship/backend. While in the backend directory, ensure you have the latest version of Python3 installed. Then in your command line, type: source .venv/bin/activate to get into the development env. Then type pip install to install all the required dependencies for the application. Then its complete, write python3 manage.py runserver to get the application server running. The application will run on port 8000. Proceed to your browser and open (http://127.0.0.1:8000/admin/) to navigate to the admin panel. Here you will be required to provide login credentials. Once logged in, you can perform all the admin roles. #Database Used: SQLITE3

cytonn's People

Contributors

johnmartin-19 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.