Create, read and book events
Screenshot
1. Have some React and GraphQl knowledge.
2. Have npm or yarn (or other package manager) set up on your computer.
3. Have Node 8.10 or higher installed in computer.
This is a open source project. Feel free to implement it or change it. 🔓
You can use git or download it directly from github
Open your cloned folder. Then, using your favorite package manager get the dependencies.
Example using npm:
You need to create a .env
file and add it 2 variables: SECRET= <secretkey>
and DB=<mongoDB:conection>
In the project directory, you can run:
Runs webpack-devServer client in the development mode. Open http://localhost:3000 to view it in the browser.
Builds the bundles to the public
folder.
Runs the server in the development mode. Open http://localhost:8000 to view it in the browser.
The page will reload if you make edits. You will also see any request in the console.
Builds the app for production.
- React - The web framework used
- GraphQL - Query language for the API
- Node.js - Backend tech used
- Express - The server side framework used
I use SemVer for versioning. Current version: "1.0.0"
- Efren Sanchez - Initial work - EfrenSanchez
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Hat tip to anyone