SabhyaGrover / PermissionApp

Girls Permission App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Girls' Permission App

npm PRs Welcome License Slack Status

GitHub issues GitHub repo size Dependabot Badge

Layout

Frontend-

This folder contains the code for the frontend side of the application i.e User Interface elements and fetching reqeusts from the backend. This has been developed using the expo CLI, running expo init "Project Name". Technologies used : react native.

Backend-

This folder contains the code for the backend side of the application i.e posting and extracting from database. Technologies used : node, mongodb, express.

We follow a systematic Git Workflow -

  • Create a fork of this repo.
  • Clone your fork of your repo on your pc.
  • Add Upstream to your clone
  • Every change that you do, it has to be on a branch. Commits on master would directly be closed.
  • Make sure that before you create a new branch for new changes,syncing with upstream is neccesary. is neccesary.

How to run the project locally

  1. Open frontend folder.
  2. run npm install
  3. run npm start
  4. Open backend folder.
  5. run npm install
  6. run npm start
  7. Install expo app on mobile device.
  8. Scan QR code from your mobile.
  9. Configure database at mongodb atlas.

Prerequisities-

npm installed node installed expo cli installed

Contributors

Thanks goes to these wonderful people (emoji key):


Shreya Gupta

⚠️ 💻 🚧

Snigdhabhatnagar

🚇 💻

Sabhya Grover

💻

payaljindal

💻

About

Girls Permission App

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%