Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

172
Views
Where can I start to create a REST API's that will manage job listings?

I have an assignment to create a REST api's that will manage job listings and possible applicants, the program must be backed by an SQL database and I am a bit lost on where to start could someone please help me?

about 4 years ago · Juan Pablo Isaza
3 answers
Answer question

0

A very popular framework is Spring Boot: https://spring.io/guides/gs/spring-boot/

You can build REST-Endpoints and also connect to a MySQL Database using JPA.

about 4 years ago · Juan Pablo Isaza Report

0

you can approach this in a lot of ways,

first of all you need to choose a backend language to use, this choice can either be driven by what languages you can actually use or some project requirements

here are some frameworks by popular languages:

  • Java: Spring Boot
  • Python: Django, Flask
  • C#: .NET Core REST Api
  • Javascript: Node.js -> Express.js

then you need to decide if you want to use some tools like SwaggerUi to show the endpoints

also depending on the level of complexity you want to achieve you may need to consider using an open relational mapping library (ORM) to handle the queries for you, an example for C# is EntityFramework, for other languages you can easily find equivalents by searching ORM

you are gonna encounter some CORS problems probably so do some research on that topic too, each framework has his own ways to handle CORS

I'm not gonna cover the security part on this answer but if you need to provide conditional access to the APIs you need to consider that too as you will need some way to check if the request is authorized, as this is usually done using Bearer tokens a quick research on that won't hurt!

about 4 years ago · Juan Pablo Isaza Report

0

Many different programming have the capabilities to create RESTful APIs like:

  1. NodeJS
  2. Python
  3. Java
  4. .NET They all have different frameworks to create APIs, with different structures.

My recommendation would be to use a programming language you are familiar with, if none, it would be best to use Python, it is easy to learn with English-like-syntax.

Secondly, depending on how you want to structure your project, it would influence the language to use. Some factors like speed of the project or functionalities on the backend might influence the programming language you want to use. As well as integration with other languages.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!