GithubHelp home page GithubHelp logo

n-e-t-a-n / timetopia Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 595 KB

An intuitive drag and drop schedule sharing website created with MERN and Apollo GraphQL

License: MIT License

HTML 0.95% JavaScript 95.26% CSS 3.79%

timetopia's Introduction

Contributors Forks Stargazers Issues MIT License


Logo

TimeTopia

An intuitive drag and drop schedule sharing website created with the MERN Stack

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact

About The Project

(back to top)

Built With

  • React
  • Vite
  • Bootstrap
  • Apollo-GraphQL
  • MongoDB
  • NodeJS
  • Nodemon
  • JavaScript
  • NPM

(back to top)

Getting Started

If you'd like to test out this application and get a local copy up and running, please follow these simple example steps.

Prerequisites

For this project, you will need to have the both node and the node package manager installed on your system.

You may confirm this by typing the following commands in a terminal:

node -v

v18.12.1
npm -v

9.2.0

Installation

  1. Clone the repo to your local system

    git clone https://github.com/n-e-t-a-n/TimeTopia.git
  2. Set NPM config in the client to gain access to Bryntum Calendar Component

    cd TimeTopia
    cd client
    
    npm config set "@bryntum:registry=https://npm.bryntum.com/"
    npm login --auth-type=legacy --registry=https://npm.bryntum.com/
    
    Username: [YOUR_BRYNTUM_EMAIL]
    Password: [YOUR_BRYNTUM_PASSWORD]
  3. Install dependencies in client and server

    cd client
    npm i
    
    cd ../server
    npm i
  4. Create environment file for sensitive information

    cd server
    touch .env
    
    DB_USERNAME=[YOUR_DB_USERNAME]
    DB_PASSWORD=[YOUR_DB_PASSWORD]
  5. (Optional) Add a .gitignore if you'd like to submit a pull request

    touch .gitignore
  6. Open 3 terminals and run the following commands

    cd client
    npm run dev
    cd server
    npm run start-exp
    cd server
    npm run start-gql
  7. Visit http://localhost:5173

(back to top)

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact Us

Nathan Arriesgado - [email protected] / [email protected]

Bianca Uytengsu - [email protected] / [email protected]

Project Link: https://github.com/n-e-t-a-n/TimeTopia

(back to top)

timetopia's People

Contributors

n-e-t-a-n avatar zixonia avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.