Skip to content

FullStack app in which you can create read and book events

Notifications You must be signed in to change notification settings

EfrenSanchez/MERN-GraphQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book a event

Create, read and book events

Screenshot

🙋 Before Getting Started You Should…

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.

🎯 Getting Started

This is a open source project. Feel free to implement it or change it. 🔓

👉 Clone the repository to your machine 👈

You can use git or download it directly from github

👉 Get the dependencies 👈

Open your cloned folder. Then, using your favorite package manager get the dependencies.

Example using npm:

$ npm install

You need to create a .env file and add it 2 variables: SECRET= <secretkey> and DB=<mongoDB:conection>

📋 Available Scripts 📋

In the project directory, you can run:

$ npm run dev

Runs webpack-devServer client in the development mode. Open http://localhost:3000 to view it in the browser.

$ npm run build:dev

Builds the bundles to the public folder.

$ npm run server:dev

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.

$ npm run build

Builds the app for production.

The app is ready to be deployed!


🏗️ Built With

  • React - The web framework used
  • GraphQL - Query language for the API
  • Node.js - Backend tech used
  • Express - The server side framework used

🔢 Versioning

I use SemVer for versioning. Current version: "1.0.0"

✒️ Author

©️ License

This project is licensed under the MIT License - see the LICENSE.md file for details.

🤗 Acknowledgments

  • Hat tip to anyone

About

FullStack app in which you can create read and book events

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published