This is a Simple CRUD build to manage StartUps
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
This was my first ever web application, it's not finished (YET).
- [NEXT.JS]
- [GRAPH-QL]
- [FIREBASE]
To get a local copy up and running follow these simple steps.
- YARN
npm i yarn -g
- GOOGLE FIREBASE
Creat a firebase account
- Clone the STARTUP-CRUD
git clone https://github.com/JoaoVitorAmorim/STARTUP-CRUD.git
- Install YARN packages
cd client & yarn, cd server & yarn
- Creat .env file (server/.env)
Creat a PORT & the FireBase Keys
- Start NEXT.JS Frontend
cd client, run next dev
- Start GRAPHQL&Apollo Backend
cd server, run node server.js
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU License. See LICENSE
for more information.
João Vitor Amorim- @jv_amorrr- [email protected]
Project Link: https://github.com/JoaoVitorAmorim/STARTUP-CRUD