ShirinAbdz / badger-hitlist

https://badger-self.vercel.app
0 stars 1 forks source link

Introduction

This is a project for members of the 100Devs agency, San Francisco.

It is an internal tool for freelancers who are interested in moving on to a more regular job. It helps to organize and follow up on contacts for the search.

The software is made to help people follow Leon Noel's advice on the search.

Stack

This is a Next.js project bootstrapped with create-next-app.

It uses Prisma as an object relational management tool to connect to an Amazon RDS PostgreSQL database. The project started without using typescript and may have that added later.

It will be hosted in a serverless fashion on Vercel.

Using the app

The release date for the beta version is the end of June, 2024.

Visit us and try out the software at: (URL for deployment)

Development

If you want to work on this project yourself, clone the repository and use npm install to install the packages.

Then follow the usual routine to run a Next.js app:

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Documentation

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deployment

This app is deployed on Vercel (Vercel.com). They are also the creators of Next.js.

Check out the Next.js deployment documentation for more details.