Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/3d-dev/magaar
https://github.com/3d-dev/magaar
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/3d-dev/magaar
- Owner: 3D-Dev
- License: mit
- Created: 2020-07-18T19:55:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T04:20:50.000Z (almost 2 years ago)
- Last Synced: 2024-06-02T07:40:50.610Z (7 months ago)
- Language: JavaScript
- Size: 2.19 MB
- Stars: 6
- Watchers: 0
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# MERNG
MERNG is an extended [Kriasoft's](https://reactstarter.com/) scaffolding tool which makes it easy to build universal apps using Mongo, Express, React, NodeJS and GraphQL. It minimises the setup time and gets you up to speed using proven technologies.
Try it out here: https://merng.kutaloweb.rocks
Play with GraphQL here: https://merng.kutaloweb.rocks/graphql
```
mutation {
databaseCreateUser(
email: "[email protected]"
password: "111111"
) {
success,
error,
user {
_id,
}
}
}
``````
query {
databaseGetAllUsers {
_id,
email,
}
}
```## Getting Started
These instructions will get you a copy of the project up and running on your local Linux or Mac OS X machine
Please make sure your MongoDB is running
### Installing
Move to your web projects directory and clone the application using Git
```
cd /var/www/html
git clone https://github.com/kutaloweb/merng
```Move to application directory
```
cd merng
```Install the application dependencies
```
npm install
```Execute the NPM script
```
npm run start
```### Deploy
Start app with process manager PM2 (you might have to change the path and the mode in start.sh)
```
pm2 start start.sh --name meaaga
```## Contributing
As an open project, I welcome contributions from everybody. Please, feel free to fork the repository and submit pull requests
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
## Premium Support
Want help with implementation or new features? Start a conversation with me: [email protected]