Skip to content

swankyhacker/Payroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Payroll

Payroll is an employee-management app developed using React Native that supports CRUD operations by sending requests to a MongoDB database through a Node server.

     

Getting Started

It is recommended to use the yarn packet manager for this project. All images uploaded to the application are stored on the online Cloudinary platform.

In the main project directory:

  1. Install the npm-run-all tool to run scripts concurrently :
npm install -g npm-run-all
  1. Install the dependencies for Expo CLI and the Node server with:
yarn run dependencies
  1. Create a .env file in the following format for external urls:
PROXY_URL = [localhost/port-forwarded URL]
CLOUD_URL = [Cloudinary URL]
MONGO_URL = [MongoDB URL]
CLOUD_PIN = [Cloudinary Preset URL]
  1. Start the application by running Expo CLI and the Node/Express server simultaneously:
yarn run dev

You can now interact with the application to add or update new entries.

About

Managing your cronies has never been easier!

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages