Skip to content

andresfelipe9619/sentir-creativo-web-app

Repository files navigation

About The Project

This is a web app for Sentir Creativo

Built With

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Installation

  1. Clone the repo

    git clone https://github.com/andresfelipe9619/sentir-creativo-web-app.git
  2. Open a terminal and go to the server folder

     cd server

    and create a .env file with your DATABASE_URI

     DATABASE_URI=your_uri
  3. Install dependencies

    yarn install
  4. Start the server

    yarn develop
  5. Open a new terminal and go to the client folder

     cd client
  6. Install dependencies

    yarn install
  7. Start the client

    yarn start

Deploying

server

git subtree push --prefix server heroku master

Contributing

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

  1. Clone the Project

  2. Make sure you have git configured

    git config --global user.name "John Doe"
    git config --global user.email johndoe@example.com
  3. Create your Branch (git checkout -b amazing-branch)

  4. Commit your Changes (git commit -m 'Add some AmazingFeature')

  5. Push to the Branch (git push origin amazing-branch)

  6. Open a Pull Request

License

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages