Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 804 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 804 Bytes

Be-Mex Server

This is the backend server for Be-Mex, the app that streamlines your path to Mexican citizenship. It's built with Node.js, Express.js, and connects to a MySQL database.

Getting Started

To set up the Be-Mex server, follow these steps:

  1. Clone the repository: git clone https://github.com/dassantoss/BeMex.git
  2. Navigate to the server directory: cd server
  3. Install dependencies: npm install
  4. Run the server: npm start

API Endpoints

  • /api: Root endpoint for server APIs.
  • /api/requirements: Get customized naturalization information.
  • /api/study-materials: Access in-depth study materials.
  • /api/exam-simulator: Practice with real exam questions.

Author