Welcome to my 'dating' app repository. I am developing an app that's focusing on finding free collaborations between photographers and models. The focus of this application is on login and register for now.
When I am just starting to boost my portfolio as a photographer, I want to create an account that will portray me as a hobby photographer, so I can find models that will be suited for my photoshoot ideas.
If you want to install this repository, follow these next steps.
- Clone this repository
- I am using Node.js and NPM so you will need to install this as well. You can do this as followed:
npm install
- Install all the packages from my JSON file.
- To run, enter the following code in your terminal:
nodemon run dev
MIT