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.
To set up the Be-Mex server, follow these steps:
- Clone the repository:
git clone https://github.com/dassantoss/BeMex.git
- Navigate to the
server
directory:cd server
- Install dependencies:
npm install
- Run the server:
npm start
/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.
- Santiago Echeverri Londoño
- GitHub: dassantoss