BackAppX is a MERN stack BaaS application that allows users to create and manage their own backends without needing to write any server-side code.
To get started with BackAppX, follow these steps:
- Clone this repository to your local machine.
- Install the necessary dependencies by running
npm install. - Start the server by running
npm start.
Once the server is running, you can access the BackAppX API by sending requests to http://localhost:9092.
BackAppX provides the following API documentation:
/api-docs: Get a list of all api routes.
To create a new user, send a POST request to /users/create with the following data:
{
"name": "John Smith",
"email": "john.smith@example.com",
"password": "password123"
}
The response will include the ID of the newly-created user.
If you'd like to contribute to BackAppX, follow these steps:
- Fork this repository.
- Make your changes.
- Submit a pull request.
BackAppX was built using the following technologies:
- MongoDB
- Express.js
- React.js
- Node.js
BackAppX is licensed under the MIT license. See LICENSE.md for more information.