Skip to content

Parfet/PAR-Frontend-Consumer

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


PARFET Logo

Parfet Frontend Consumer User Interface

This is User Interface for PARFET.

Report Bug · Request Feature

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

About The Project

This is API service for implemented with Parfet-Backend-Consumer.
This is a Next.js project bootstrapped with create-next-app.

(back to top)

Installation

Get a free API Key at https://example.com Clone the repo

git clone https://github.com/Parfet/PAR-Frontend-Consumer

Install yarn packages

 yarn

Enter your Firebase Secret in .env follow .env.example


Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
docker-compose up -d --build

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/_app.js. The page auto-updates as you edit the file.

(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 for more information.

(back to top)

Acknowledgments

Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!

(back to top)

Contact

Natthasit Panjapornpol - [email protected]

(back to top)