Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 965 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 965 Bytes

Helping Hands

As the Name suggests, A group of people to help people in need. Do social work. This app will provide details of emergency contact of emergency services like: Hospitals, Ambulence, Police, Fire Brigade etc.

Along with above details, it will also showcase the current ongoing work by our team.

It may get updated in near future as we get more suggestions.

Approach

Will Develop it using NextJS + Typescript + MySQL + Prisma Client

Step 1

Create a src/app folder, Create layout.ts, page.ts & style.css file

Add Scripts:

"scripts": { "dev": "next dev", "build": "next build", "start": "next start" },

Run Commands: npm install npm run dev

Reference

https://www.youtube.com/watch?v=ZVnjOPwW4ZA&ab_channel=ProgrammingwithMosh https://www.youtube.com/watch?v=J9sfR6HN6BY&ab_channel=ProgrammingwithMosh

#ReadAbout https://stackoverflow.com/questions/48524417/should-the-package-lock-json-file-be-added-to-gitignore