Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rahulvyas1/go-react-mongodb-scaffold
Golang Reactjs with Mongodb scaffold
https://github.com/rahulvyas1/go-react-mongodb-scaffold
Last synced: 25 days ago
JSON representation
Golang Reactjs with Mongodb scaffold
- Host: GitHub
- URL: https://github.com/rahulvyas1/go-react-mongodb-scaffold
- Owner: rahulvyas1
- Created: 2019-12-10T13:00:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-10T13:02:14.000Z (about 5 years ago)
- Last Synced: 2024-10-28T12:47:21.464Z (2 months ago)
- Language: JavaScript
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
* Generated by
*
* _____ _ __ __ _ _
* / ____| | / _|/ _| | | | |
* | (___ | | ____ _| |_| |_ ___ | | __| | ___ _ __
* \___ \| |/ / _` | _| _/ _ \| |/ _` |/ _ \ '__|
* ____) | < (_| | | | || (_) | | (_| | __/ |
* |_____/|_|\_\__,_|_| |_| \___/|_|\__,_|\___|_|
*
* The code generator that works in many programming languages
*
* https://www.skaffolder.com
*
*
* You can generate the code from the command-line
* https://npmjs.com/package/skaffolder-cli
*
* npm install -g skaffodler-cli
*
* * * * * * * * * * * * * * * *
*
* To remove this comment please upgrade your plan here:
* https://app.skaffolder.com/#!/upgrade
*
* Or get up to 70% discount sharing your unique link:
* https://app.skaffolder.com/#!/register?friend=5def95f9a4f4b55911b3e201
*
* You will get 10% discount for each one of your friends
*
``````
_____ _ __ __ _ _
/ ____| | / _|/ _| | | | |
| (___ | | ____ _| |_| |_ ___ | | __| | ___ _ __
\___ \| |/ / _` | _| _/ _ \| |/ _` |/ _ \ '__|
____) | < (_| | | | || (_) | | (_| | __/ |
|_____/|_|\_\__,_|_| |_| \___/|_|\__,_|\___|_|_____
/ ____|
| | __ ___
| | |_ |/ _ \
| |__| | (_) |
\_____|\___/
```
This project was generated by Skaffolder
For more documentation visit https://skaffolder.com/#/documentation
--------------
### START APPLICATION
--------------!important
To use the application move it in the folder `$GOPATH/src/skaffolder/`
The default value of `$GOPATH` is `$HOME/go`* To launch the application, start your MongoDB database and open a terminal in this folder and type:
``` bash
$ go get
$ go run main.go
```
* Go to http://localhost:3000* To start in autoreload mode run:
``` bash
export GOPATH=$HOME/go
watcher -c config -run skaffolder/Manage_Film_Example
```--------------
### CONFIGURE
--------------Set properties of your database in: Manage_Film_Example.config.toml
--------------
### USING SKAFFOLDER-CLI
--------------With Skaffolder-CLI you can easily manage your Skaffolder project from command line and customize your generator template from your IDE.
Install Skaffolder-CLI with
``` bash
$ yarn install -g skaffolder-cli
```Login running the command
``` bash
$ sk login
```Generate your project with the command
``` bash
$ sk generate
```You can customize your generator template working with files in .skaffolder folder in your project root.
Please refer to https://skaffolder.com/#/documentation/skaffolder-cli for more information.