Skip to content

Is there documentation on how to setup a NEW Parse project with Parse Server? #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jaysonng opened this issue Jan 29, 2016 · 5 comments

Comments

@jaysonng
Copy link

Is there a guide for a blank new project where it shows how I can setup the backend settings like new user email templates, collaborators, etc. like how the webui did for Parse Backend? or would it be better to hold off and hope Parse WebUI comes out sooner than later?

I know the migration guide is there, but that guide is for existing projects. It doesn't tell me how to make new Keys that I would need like File Key, Master Key, Client Key, JavaScript Key, etc,

Any help would be appreciated.

@gfosco
Copy link
Contributor

gfosco commented Jan 29, 2016

The email templates and collaborator functionality are not currently part of parse-server. To make a new app, simply choose your own app id and master key and launch the server. Omit the file key and any javascript or client keys.

@jaysonng
Copy link
Author

how about all the user related features like forgot password and confirm email?

@jaysonng
Copy link
Author

also, to add, are these settings and templates in the near future plans for ParseServer? I assume these will be part of the WebUI discussion?

@telemakhos
Copy link

how about all the user related features like forgot password and confirm email?

We are talking about a normal Express/NodeJS app here, so you can easily add transactional email via sendgrid or any of the dozens of solutions out there (mandrill, mailgun, etc).

https://sendgrid.com/docs/Integrate/Code_Examples/nodejs.html

@jaysonng
Copy link
Author

@telemakhos i see. thanks for the tip. looks like i need to read up on nodejs and Express. both of which I have no experience at yet.

@gfosco gfosco closed this as completed Jan 29, 2016
bernhardharrer pushed a commit to bernhardharrer/parse-server that referenced this issue Feb 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants