An open API service indexing awesome lists of open source software.

https://github.com/neuodev/planets


https://github.com/neuodev/planets

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

          

# Planets

What you can expect?

- A form where user can search for plants (or any thing really)
- interact with `unsplash api` to get the photos using axios
- Using tailwindcss for styling
- Custom components and screens
- Utils ( Alerts and loader ) to use allover tha application
- Stroing sensitive inforatmaion in the env variables

# Run the project

We have two parts the server and the clinet you need to run both of them.

- clone the repo
`git clone https://github.com/AhmedIbrahim336/planets.git `
- Navigate into the project directory
`cd planets`
- Run the server
`cd server && npm start `
- Run the Clinet
`cd client && npm start`