Skip to content

Harrylever/Fullstack-Engineering-Interview-Project-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A Full stack Project by Dean Ukanah

NPM Version NPM Version NPM Version NPM Version NPM Version NPM Version NPM Version

Client package.

Description

Client Package is a React Vite Project. It makes use of tools like Tailwind CSS, React-query, React useContext and others

Installation

$ cd client
$ npm install

Running the app

# development
$ npm run dev

# buid mode
$ npm run build

Linting and Formatting

# lint
$ npm run lint

# prettier format
$ npm run format

Note: To run the application you are to copy the variables in .env.example to a new .env file in the client folder.

Server package

Description

Server Package is a NestJS Project. NestJS is a progressive framework for building efficient and scalable server-side applications.

Installation

$ cd server
$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

To run the server in development mode the environment variables in .env.example should be put in a new .env file and assign the respective values.

Note: To deploy the server on production you are to set update the domain attribute on the environment to the necessary domain name.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published